Uh oh!
There was an error while loading. Please reload this page.
docs(nuxt): Add readme docs for server-side setup (ESM) - #13019
Conversation
Uh oh!
There was an error while loading. Please reload this page.
| } | ||
| ``` | ||
| If you are getting an `import-in-the-middle` error message, add the package with a minimum version of `1.10.0` as a |
There was a problem hiding this comment.
l: I'm curious - Is there a concrete reason in Nuxt apps why users would run into this error? I think this is already rather specific for the SDK readme as it sounds a bit more like troubleshooting.
Generally, I'd tend towards keeping the Readmes in the repo rather short in favour of more detailed docs. They almost inevitably diverge at some point 🥲 But given we don't have docs yet for nuxt we can also leave this in and rethink if we need it once we give the readme a pass before going stable.
There was a problem hiding this comment.
we can look at this in a follow up, but maybe we can auto-add this package to the exclude config for the users 🤔
Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
Specify how Nuxt is set up on the server-side. Nuxt v3+ runs with ESM.