useProviderContext() error after updating to 15.1.7
Unanswered
Erlandsson posted this in #help-forum
Hello! I just updated from 15.1.6 to 15.1.7 and now when I try to start my app I get the following error:
I don't use useProviderContext anywhere that I know of...
Have anyone encountered this issue and know what is causing it?
[Error: Attempted to call useProviderContext() from the server but useProviderContext is on the client. It's not possible to invoke a client function from the server, it can only be rendered
as a Component or passed to props of a Client Component.] {
digest: '2560712'
}
I don't use useProviderContext anywhere that I know of...
Have anyone encountered this issue and know what is causing it?
8 Replies
Just realized this is probably a issue with HeroUI (NextUI)
Black carpenter ant
HI @Erlandsson , could you please share how did you fix the issue ? I have same error here. Thanks
I just downgraded nextui. It’s some issue with the latest version
Black carpenter ant
Thanks for your reply. What version are you using right now? I am using "@heroui/react": "^2.7.2".
Black carpenter ant
I found the issue. My loading page (loading.tsx) has a Spinner component imported from HeroUI, so I just had to add the "use client" directive.
Ahh. I didn’t really have time to fully fix it. I’m using 2.6.14 now and that doesn’t have any issues with my code.
After they rebranded to HeroUI I’ve had a lot of issues
Yeah my loading.tsx only have a spinner basically so that might be the problem