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
The option component in the Settings API is broken. Users can set it but it is not saved. This is caused by the new API in react-select. Now the value isn't just a string, it is an Object containing {value, label}, we must handle this
The text was updated successfully, but these errors were encountered:
Issue
The option component in the Settings API is broken. Users can set it but it is not saved. This is caused by the new API in react-select. Now the value isn't just a string, it is an Object containing {value, label}, we must handle this
The text was updated successfully, but these errors were encountered: