Closed
Description
I'm submitting a...
- Regression report
Current behavior
Using KendoReact in React 17 results in errors related to the useId hook, react-dom/client, and react-dom/server. This could be due to bundler changes as this was working before.
Expected behavior
KendoReact works in React 17 as it is a supported version.
Minimal reproduction of the problem with instructions
- Create a react 17 application
- import any package - shows the useId error
- import the Grid, Treelist, and PDF packages - shows the rest of the errors
Related GitHub issues: #2077 & #1954
Reported in 1653508
In Nextjs 15 RC
../../packages/pdf/src/grid/provideSaveGridPDF.tsx
Attempted import error: 'render' is not exported from 'react-dom' (imported as 'ReactDOM').
../../packages/pdf/src/treelist/provideSaveTreeListPDF.tsx
Attempted import error: 'render' is not exported from 'react-dom' (imported as 'ReactDOM').