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
InnerProps had className in 5.6.1 but in 5.7.0 it has empty className and css object with styles which is ignored in my code. I can change the code as you may see in commented lines but I am not sure it is correct way. It is not documented.
The text was updated successfully, but these errors were encountered:
Why is this issue marked as bug-unconfirmed? I added a sandbox example, it is easy to verify that it is still broken in the latest versions. We can add some workarounds in our code but I would prefer some fix.
After upgrading react-select from v5.6.1 to v5.8.0 I noticed that remove buttons in multiselect values are wrapped.
Here is the simplified code
Here is the sandbox: https://codesandbox.io/p/sandbox/codesandboxer-example-forked-k5mjlq
The breaking change was introduced somewhere here.
InnerProps
hadclassName
in 5.6.1 but in 5.7.0 it has emptyclassName
andcss
object with styles which is ignored in my code. I can change the code as you may see in commented lines but I am not sure it is correct way. It is not documented.The text was updated successfully, but these errors were encountered: