News
If you have a single selection field type in an component and give it some options, where one value in an option is empty -> which should result in an empty string as value, then the option is not ...
import {$} from 'zx'; $.verbose = true; await $`echo ${[1, '', '*', '2']}` Output: $ echo 1 $'*' 2 Expected $ echo 1 $'' $'*' 2 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results