Replies: 1 comment
-
Found the cause, it's due to
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am working on a project which requires enabling module federation between a
vite
project and awebpack
projectSo, the thing works fine except the error
TypeError: Cannot read properties of null (reading 'useRef')
I am pretty sure that remote still has access to
react
by logginuseRef
outError
Reproducing
Please use this repo, install
zustand
bypnpm add zustand
and replace content ofremote\src\Button.jsx
with the following snippet:Any idea what is happening is highly appreciated!
Thank you
Beta Was this translation helpful? Give feedback.
All reactions