TypeError: Cannot read properties of null (reading 'removeChild')
Unanswered
Chinese Alligator posted this in #help-forum
Chinese AlligatorOP
I keep getting this error and I don't really have any context to show because this error has randomly come up basically ever since I started the project, so it was nothing that I manually added
8 Replies
Hey hey
Are you linking any packages?
This is error looks a lot
Like something that would pop up
When you have multiple react versions
That happens usually when doing package linking for local dev
If you’re not doing that, try pinning your react version and adding a “resolutions†config to package.json
(Google it for more info )!