Work with React experimental
Currently, doesn't work with React experimental because package.json says:
"peerDependencies": {
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
Please support react experimental
@chuacw which build of react are you specifying ?
React 19 ("react": "^19.1.1")
I believe it's an issue with your package.json. ^19 allows 19.*.* just fine.
Oh, I misunderstood your question. The React version is indeed 19.1.1, but the React experimental version based on 19.1.1 version is not 19.1.1.
It is react-experimental and the version is "react@experimental", see here: https://react.dev/reference/react/experimental_useEffectEvent
Oh gotcha, thanks for clarifying. I left the computer for today but I'll try out tomorrow and push a fix if needed.