react-upload-gallery icon indicating copy to clipboard operation
react-upload-gallery copied to clipboard

Is there have release for react 18?

Open junweipan opened this issue 1 year ago • 1 comments

I tried this demo, but it seems not to support react 18, and the codePens demo is using react 16.3.

junweipan avatar Aug 07 '23 01:08 junweipan

Hi @junweipan it's just about file path I changed

import { initialState } from "./data";

to

import { initialState } from "./data.js";

And it's working now.

https://codesandbox.io/s/2x2n3m17yp

m-inan avatar Aug 08 '23 10:08 m-inan