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
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
I got the exception: "Cannot destructure property '__extends' of 'import_tslib.default' as it is undefined". when i use Echarts in [email protected]
Reproduction
https://github.com/DhtIsCoding/-__extends--of--import_tslib.default--as-it-is-undefined
Steps to reproduce
Run "pnpm install" followed by "pnpm dev"
System Info
Used Package Manager
pnpm
Logs
menus.tsx:251 Error loading route module /app/pages/subscription/index.tsx, reloading page... await in loadRouteModule handleSelect2 @ menus.tsx:251
menus.tsx:251 TypeError: Cannot destructure property '__extends' of 'import_tslib.default' as it is undefined. at index.js:3:3 overrideMethod @ hook.js:608 loadRouteModule @ chunk-W3HZJLUQ.mjs:5328 await in loadRouteModule
Validations
The text was updated successfully, but these errors were encountered: