-
-
Notifications
You must be signed in to change notification settings - Fork 702
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 19 & Nextjs 15 #1511
Comments
Ping :) Been a week without any feedback. Any way we can help? |
Type error: 'SortableContext' cannot be used as a JSX component.
Its type '({ children, id, items: userDefinedItems, strategy, disabled: disabledProp, }: Props) => Element' is not a valid JSX element type.
Type '({ children, id, items: userDefinedItems, strategy, disabled: disabledProp, }: Props) => Element' is not assignable to type '(props: any) => ReactNode'.
Type 'Element' is not assignable to type 'ReactNode'. |
try |
Is there a timeline kindly? I hate using hacks like peer-deps d: |
Can we have a estimated timeline on this? Big thanks. |
I understand your concern, but using |
EDIT: I've moved this to #1559. There's a bunch of these errors too:
Possibly related to https://react.dev/blog/2024/04/25/react-19-upgrade-guide#the-jsx-namespace-in-typescript. As we can see in the tests of DefinitelyTyped/DefinitelyTyped#69022, we need Actually if I update to newer
|
hey bro make sure you use "use client" on the top of parent component & "suppressHydrationWarning" attribute in each dragable element. I'm use react19 & nextjs15 it work so fine |
Also facing the same issue (Next.js 15 & React 19). We just need the dependencies to be updated. The build can succeed with |
Any updates on this? |
Hey friends!
Love the project but prevents me from going to Nextjs 15 & react 19.
Any timeline on when dependencies will be updated to support react 19?
The text was updated successfully, but these errors were encountered: