Closed
Description
I'm submitting a...
- Bug report
Current behavior
When clicking on Export PDF, the ReactDOM.render will be deprecated error is shown. This is because it is used internally.
Expected behavior
The component does not show any warnings, and does not use ReactDOM.render in React 18.
Minimal reproduction of the problem with instructions
- Open this demo - https://stackblitz.com/edit/react-epnjnd-wcltxr?file=app%2Fmain.jsx
- Click on Export PDF
- A warning appears in the browser for deprecation
Reported in Ticket ID: 1643562