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
Hello, we want to upgrade from react-select v1.3.0 to a newer version, so we can use React 18.
One of the migration problems we face is that we currently use only an id instead of an object in the value property.
Is there a workaround, like an useLegacyValue property, so we don't have to change our application logic?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, we want to upgrade from react-select v1.3.0 to a newer version, so we can use React 18.
One of the migration problems we face is that we currently use only an id instead of an object in the value property.
Is there a workaround, like an useLegacyValue property, so we don't have to change our application logic?
Beta Was this translation helpful? Give feedback.
All reactions