drawer icon indicating copy to clipboard operation
drawer copied to clipboard

Add React 19 support

Open tonguyen63r opened this issue 6 months ago • 1 comments

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

tonguyen63r avatar Jul 16 '25 12:07 tonguyen63r

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.

jihea-park avatar Dec 03 '25 06:12 jihea-park