You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, there is an error that appears in in fresh Nuxt projects where only this module has been installed, that also prevents the usage of the Nuxt DevTools:
Uncaught SyntaxError: The requested module '/_nuxt/node_modules/datocms-listen/dist/index.js?v=2713e29c' does not provide an export named 'subscribeToQuery' (at...
I solved this by overriding the versions of vue-datocms and datocms-listen to their respective latest versions, so I guess it's only a matter of upgrading the dependencies.
Let me know if you need me to elaborate more on this issue or if you're accepting PRs, as I see there are some of them open since some time.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello, there is an error that appears in in fresh Nuxt projects where only this module has been installed, that also prevents the usage of the Nuxt DevTools:
I solved this by overriding the versions of
vue-datocms
anddatocms-listen
to their respective latest versions, so I guess it's only a matter of upgrading the dependencies.Let me know if you need me to elaborate more on this issue or if you're accepting PRs, as I see there are some of them open since some time.
Thank you!
The text was updated successfully, but these errors were encountered: