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
SyntaxError: Named export 'Dataset' not found. The requested module 'vue-dataset' is a CommonJS module, which may not support all module.exports as named exports.
I don't know exactly what Vite doesn't like about the package but I found a workaround using:
Using Vitepress and Vite with SSR, I used this import:
and received this error:
I don't know exactly what Vite doesn't like about the package but I found a workaround using:
from this page: https://vite-plugin-ssr.com/broken-npm-package#solution
The text was updated successfully, but these errors were encountered: