ReactCurrentOwner Error
Unanswered
Al_Araf posted this in #help-forum
Al_ArafOP
I was trying to use Accernity UI Github globe and get this error when I called this component. Please help.
{id === 2 && <GlobeDemo />}
I imported and called like this in my project BentoGrid.tsx file. Then I got this error.
I downgraded my react to 18. Also tried to delete the whole npm module folder and installed it again with npm install command. Still got this error. I got more error inside the Globe file itself. I just commented it and trying to use it like this. Please help
{id === 2 && <GlobeDemo />}
I imported and called like this in my project BentoGrid.tsx file. Then I got this error.
I downgraded my react to 18. Also tried to delete the whole npm module folder and installed it again with npm install command. Still got this error. I got more error inside the Globe file itself. I just commented it and trying to use it like this. Please help
5 Replies
you will need to install the alpha version of react-three fiber
Al_ArafOP
Do I have to use react 19 for this or will it work on react 18?
probably 19
Asian black bear
If you're using Next 14+ you are already forced into React 19 without your consent.