I'm using next-i18next and the app.
the _app.js is called again after every getstaticprops function.
Why is that?
Thank you
I'm using next-i18next and the app.
the _app.js is called again after every getstaticprops function.
Why is that?
Thank you
I've seen this happen when navigating between a page where getStaticProps (or getServerSideProps) is not defined and a page where getStaticProps is defined.