Closed hozaifa4you closed 1 year ago
Your repo is private. Is your application wrapped in the React-Redux Provider
?
(also, usage questions like this are usually not a case for the issue tracker, especially not in the wrong repository - this is redux-toolkit, not react-redux)
Sorry, Sir, I made it public.
That component is wrapped in your ReduxProvider
component. Add that in your app/layout.tsx
.
It's also not wrapped in your Provider
component, which also uses a Redux Provider. Either would work, but you actually have to use those components, not only create them and not use them then.
I am facing a problem in nextjs13. I am facing the problem with any routes. I also not facing the problem with my main page
/app/page.tsx
but with others which I have like/app/memories/create
/app/memories/update
.Error in the terminal or Error:
You can see it in my repo: https://github.com/yousuf4you/memory-share.git
In the terminal:
/package.json
:file paths: