Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there have release for react 18? #38

Open
junweipan opened this issue Aug 7, 2023 · 1 comment
Open

Is there have release for react 18? #38

junweipan opened this issue Aug 7, 2023 · 1 comment

Comments

@junweipan
Copy link

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

@m-inan
Copy link
Owner

m-inan commented Aug 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants