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.
I am using mui-color-input with nextjs. I have upgraded now to the latest nextjs Version (15), which uses React 19. The peer dependency does not allow react 19.
I tested it with mui-color-input with react 19 and everything worked as expected.
Describe the solution you'd like
Update the peerDependency requirement for react to allow version 19.
Describe alternatives you've considered
force install of react 19 worked for me.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am using mui-color-input with nextjs. I have upgraded now to the latest nextjs Version (15), which uses React 19. The peer dependency does not allow react 19.
I tested it with mui-color-input with react 19 and everything worked as expected.
Describe the solution you'd like
Update the peerDependency requirement for react to allow version 19.
Describe alternatives you've considered
force install of react 19 worked for me.
Additional context
The text was updated successfully, but these errors were encountered: