react-tag-autocomplete icon indicating copy to clipboard operation
react-tag-autocomplete copied to clipboard

Replace `JSX` with `React.JSX`

Open memark opened this issue 1 year ago • 0 comments
trafficstars

The global JSX type is deprecated in React 18.3 and removed in React 19 RC. This PR changes the code to use the supported React.JSX syntax instead.

memark avatar Oct 06 '24 17:10 memark