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
@yyx990803
Hi! Fix helped to get rid of compile time errors.
Now having runtime errors, when importing default Props and default Emits in a row.
runtime-core.esm-bundler.js:41 [Vue warn]: Property "tag" was accessed during render but is not defined on instance.
at <TestComponent msg="Hello World!" tag="span" onClick=fn<onClick> >
at <App>
Vue version
3.3.3
Link to minimal reproduction
https://github.com/tragid/vue-default-export-error
Steps to reproduce
[@vue/compiler-sfc] Unresolvable type reference or unsupported built-in utility type
What is expected?
Vue can resolve defaultly imported types
What is actually happening?
Vue throws error on startup.
[@vue/compiler-sfc] Unresolvable type reference or unsupported built-in utility type
System Info
No response
Any additional comments?
Everything works, if I create export from file with no default provided
The text was updated successfully, but these errors were encountered: