-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support React v18 #536
Comments
Hi, yes we want to support all versions of react in the future, but as the pnmp print already mentions, we have to wait for the other libs to support it. |
Regarding the Here is the migration guide: https://mui.com/x/react-date-pickers/migration-lab/ |
Regarding |
Regarding |
This is only connected to dnd so we do not need to update it manually. |
This is done locally. |
I agree, but they do not support 18 yet either. |
Yes that is correct, here is the relevant MR: hello-pangea/dnd#293 |
Any news or updates on when this is supported for React 18? |
The redux fork is not yet updated |
Here's the hold-up as of April: hello-pangea/dnd#336 |
I know it doesn't have the same behavior but might be a good idea to migrate to react-dnd |
@imnasnainaec @MLNW I created a new fork of It should be a drop-in replacement. Just replace every mention of |
I'll try that this week. That's great thank you. I might come back to you if you want to help make the table v18 ready too 😅 or at least show some pitfalls to avoid |
Hi @Domino987 , I am using |
Yes, we did a great leap with the dnd update, but we are still missing out on an few. |
Can you guys try the newest next version 0.2.40 for react 18? |
yes, we will try with react 18 and let you know. |
I have tried the latest next version 0.2.42, the deepmerge-ts issue is still there. Seems more like a webpack issue. Any plan to fix it? |
The deep merge work for me. Did you update your npm install and everything? |
Yes, I have fully updated. v0.2.37 is working, just broken after upgrade to 0.2.38. Also tried the latest one. No luck. |
weird. Would you mind throwing your setup into a sandbox? For me to inspect |
It might related to this issue facebook/create-react-app#12605 |
Can you all try the latest version ;) |
Oh yay, |
Works fine to me now. Tried version v0.2.48. |
Hi @Domino987 can you help with this issue #660 |
Is your feature request related to a problem? Please describe.
I want to use this package with React v18. When I upgrade my dependencies accordingly,
pnpm
shows the following peerDependency issues:Describe the solution you'd like
This package should natively support React v18.
Describe alternatives you've considered
Do not upgrade React until its new version is supported.
Additional context
Relevant package versions:
The text was updated successfully, but these errors were encountered: