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
Add missing .js extension to export in "jsx-dev-runtime.js" as extensions are normally mandatory in esm and it fails in some environments like vitest with default configuration. Also add a "min/jsx-dev-runtime.js" as it is causing vitest to fail resolving it when jsx-dom/min is used as automatic runtime.
0 commit comments