renderRichText is not defined while adding the module via installModule #529
Labels
pending-author
[Issue] Awaiting further information or action from the issue author
pending-triage
[Issue] Ticket is pending to be prioritised
Describe the issue you're facing
Unable to include storyblok nuxt module while creating Nuxt module using installModule.
snippet of the module.ts for including the module using installModule
await installModule('@storyblok/nuxt', { // module configuration accessToken: 'token' })
Reproduction
n/a
Steps to reproduce
https://nuxt.com/docs/guide/going-further/modules
await installModule('@storyblok/nuxt', { // module configuration accessToken: 'token' })
System Info
Used Package Manager
pnpm
Error logs (Optional)
500
renderRichText is not defined
at ReactiveEffect.fn (http://localhost:3000/_nuxt/@fs/Users/userName/Desktop/test/component-copy-automation/src/runtime/components/Utility/RichTextRenderer.js?t=1692579895035:14:32)
at ReactiveEffect.run (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-7X7QCCMF.js?v=0805de93:423:19)
at get value [as value] (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-7X7QCCMF.js?v=0805de93:1383:35)
at unref (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-7X7QCCMF.js?v=0805de93:1263:29)
at Object.get (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-7X7QCCMF.js?v=0805de93:1269:35)
at Proxy._sfc_render (http://localhost:3000/_nuxt/@fs/Users/userName/Desktop/test/component-copy-automation/src/runtime/components/Utility/RichTextRenderer.js?t=1692579895035:30:25)
at renderComponentRoot (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-7X7QCCMF.js?v=0805de93:2224:17)
at ReactiveEffect.componentUpdateFn [as fn] (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-7X7QCCMF.js?v=0805de93:7099:46)
at ReactiveEffect.run (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-7X7QCCMF.js?v=0805de93:423:19)
at instance.update (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-7X7QCCMF.js?v=0805de93:7212:52)
Validations
The text was updated successfully, but these errors were encountered: