Hey, Guys!
This is Kenn here, from CodeWithKenn.
From today, you'll be seeing many React/Next/Gatsby related bugs solved, just decided to add a kind of bugs Documentation style.
Because, I ended up searching for the same bugs after months (I don't remember what the solutions were). So, I decided to start documenting it here on Dev.to
This helps me to save some time and be more productive.
So, Feel free to follow if you're interested! Peace ;)
Bug Info
NEXTJS: getServerSideProps not working into components
Bug Solution
You cannot use getServerSideProps
in non-page components.
getServerSideProps
can only be exported from a page. You can’t export it from non-page files.
Let's Connect
Want to start blogging? 🔥Join NOW!
Top comments (0)