Closed jamespatrick91 closed 6 months ago
please create a reproduction repo for me so i can check it out!
Make sure you're using nuxt composable only in
I think there's an open issue about this changing/breaking in nuxt 3.7
Duplicate of https://github.com/storybook-vue/storybook-nuxt/issues/97
(reproduction at https://github.com/nuxt-modules/storybook/pull/619)
So I'm trying to use nuxt composables like useRuntimeConfig() but then I'm getting the below error:
[nuxt] instance unavailable Error: [nuxt] instance unavailable at useNuxtApp (http://localhost:6006/node_modules/nuxt/dist/app/nuxt.js?v=55bb19df:172:13)
How do we go about passing the nuxt context?