You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can't use unknown because it comes with a difficult DX
any is OK but might be a footgun with non-primitive values causing unexpected rerenders due to different references. I could go either way though as it's more powerful too.
Any potential issues with non-primitive values in forms?
Toggle needs to align with whatever everything else is using
Select.Value needs to use the actual value type for the children render function
Search keywords:
The text was updated successfully, but these errors were encountered:
Current situation:
value: any
value: unknown
validate
callback)value: string
children
render function)My preferences/suggestions:
unknown
because it comes with a difficult DXany
is OK but might be a footgun with non-primitive values causing unexpected rerenders due to different references. I could go either way though as it's more powerful too.value
type for thechildren
render functionSearch keywords:
The text was updated successfully, but these errors were encountered: