drawer
drawer copied to clipboard
Add React 19 support
Add support for React 19 by updating peer dependencies and ensuring compatibility.
Changes needed:
- Update peerDependencies to include React 19
- Test with React 19
- Fix any compatibility issues
Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release. warning occurs in React 19.