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
Is your feature request related to a problem? Please describe.
After upgrading from version 4.1.12 to version 4.3.2 we lost access to ISelectProps, prior we were importing it from react-multi-select-component/dist/types/lib/interfaces.
Describe the solution you'd like ISelectProps would be accessible again.
Describe alternatives you've considered
We made a copy of ISelectProps on our project.
Edit:
Also lost access to the Option interface.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
After upgrading from version
4.1.12
to version4.3.2
we lost access toISelectProps
, prior we were importing it fromreact-multi-select-component/dist/types/lib/interfaces
.Describe the solution you'd like
ISelectProps
would be accessible again.Describe alternatives you've considered
We made a copy of
ISelectProps
on our project.Edit:
Also lost access to the
Option
interface.The text was updated successfully, but these errors were encountered: