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
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'.
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: