fix: render null opts for Value
This commit is contained in:
parent
88d35a6e2b
commit
a26c6cff5b
|
@ -29,7 +29,7 @@ const Value = ({
|
||||||
<Component
|
<Component
|
||||||
context={context}
|
context={context}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
options={options}
|
options={'function' === typeof options ? options() : options}
|
||||||
type={type}
|
type={type}
|
||||||
value={value}
|
value={value}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user