-
Notifications
You must be signed in to change notification settings - Fork 129
TypeError: Cannot set properties of undefined (setting 'parent') #1009
Comments
I have the same problem. Did you find a solution ? |
Make sure you're using npm and not yarn to install and run as mentioned here in the docs. What I would try to do is delete .node-modules
Hopefully that works for you. |
react and react-dom 18 returns that error, using react 17 solves the issue. |
Hi guys, did you figure out how to fix this error? I have followed the official docs twice now and both times get this error.
|
The latest update in tailwindcss broke it downgrade it to 3.0.23 |
@sloyer Yes, that is it! Thanks a lot 😄 |
I left the project after trying hard do make it up but fail :( |
opened a new issue, #1059, and closed it referring to this downgrading tailwind to 3.0.23 did not fix this issue |
Downgrading tailwindcss to 3.0.23 and running npm i --legacy-peer-deps does not fix this issue. |
This issue can temporarily be resolved by using the correct branch with the hotfix suggested by @itsamoreh Follow these steps:
** follow instructions to set up back & frontend.
Have fun |
I've been battling with this error too, but I found that using Node 16, downgrading react and react-dom to 16.14.0 and tailwindcss to 3.0.22 I was able to get it to build. It's not sustainable but it'll do the job for a while. WDS should either update the project or take down this tutorial if it's no longer supported. |
Since I do not (and will not) work with this project anymore closing this. |
After installing the libs, when I run
yarn dev
I gotTypeError: Cannot set properties of undefined (setting 'parent')
The text was updated successfully, but these errors were encountered: