Data returned from getStaticProps shows on the console but not displaying on page jsx – Reactjs
I'm trying to re-write a project previously done in React with nextjs. I have a simple page that uses getStaticProps along it with its required ally, getStaticPaths. The issue is that the returned data (object) is available if I console…