DEV Community

Discussion on: Animating Next.js page transitions with Framer Motion

Collapse
 
jameswallis profile image
James Wallis

Don't forget to add the key value to your Next.js Component tag inside _app.js. It needs to be unique for every page (you can just use the page url).

github.com/james-wallis/wallis.dev...

I'll update the post with this information at some point.