react-upload-gallery
react-upload-gallery copied to clipboard
Is there have release for react 18?
I tried this demo, but it seems not to support react 18, and the codePens demo is using react 16.3.
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