react-truncate icon indicating copy to clipboard operation
react-truncate copied to clipboard

React 18 support

Open natarius opened this issue 3 years ago • 1 comments

React-truncate seem to crash the app when using React v18 RC

Screen Shot 2022-01-19 at 11 56 59 AM

Is there any plans to support React 18?

natarius avatar Jan 19 '22 19:01 natarius

We use Next.JS and setting reactStrictMode: false in next.config.js worked to unblock using this in React 18.

philipbjorge avatar Mar 15 '23 04:03 philipbjorge