-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
dev: error when using locally linked version of waku #676
Comments
How about pnpm link? |
🙈 I completely forgot that But it yields the same result. |
Yeah, now I remember that I probably tried it before. (I wonder if @himself65 has any idea.) It probably fails with similar issue like #429. For the moment, the way it works is to use npm (or maybe yarn) and replace |
I have to integrate it into a monorepo setup as well. I will keep an eye open and report back. |
Did ya try to use workspaces instead of links? (ie. pnpm workspaces) |
I think this is because there are two different versions of React; could you please confirm that? |
Just double checked and yes it is |
I'm trying to link a local version of Waku into our own project code to quickly iterate on PR's and test them in a real use case, but I keep getting the follow error:
Can be reproduced by:
Did anybody encounter this or have an idea what could cause it?
The text was updated successfully, but these errors were encountered: