fix: render null opts for Value

This commit is contained in:
cha0s 2020-06-28 12:47:44 -05:00
parent 88d35a6e2b
commit a26c6cff5b

View File

@ -29,7 +29,7 @@ const Value = ({
<Component
context={context}
onChange={onChange}
options={options}
options={'function' === typeof options ? options() : options}
type={type}
value={value}
/>