-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid template ref type using template tag with v-if #725
Comments
Maybe related to #724 but I have this error at runtime and the example is more simple |
The actual warning should be |
Right. Is there any codesandbox template with Vue 3? |
You can easily provide repro using the global build: https://unpkg.com/browse/[email protected]/dist/ |
Ok... so no need of the repo link 😄 |
Version
3.0.0-alpha.4
Reproduction link
http://none.sorry
Steps to reproduce
In my root component i have this code:
What is expected?
isDesktop and isTablet are refs updated at window resize.
In any window size I can't see either of them
If I use a div instead it works
What is actually happening?
In console
The text was updated successfully, but these errors were encountered: