I've submitted an issue for this on Github, but I'm wondering if anyone else is running into this, or if there is some step I'm missing for using SM with Next.
With a brand new project I run through the quick start for Next.js, use the most recent prismic-cli (3.8.3-beta.0), and create exactly the component used in the video in the quick start guide, in a brand new repo, and an exception is thrown when I try to load the content for that one slice.
ReferenceError: h is not defined
This seems to be thrown in the render function for the built in slice library.
Everything works fine for me using Nuxt. Has anyone else seen this and figured out how to fix it?