Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.7k
fix(useCssVar): avoid untarget style pollution#4841
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…nd writing CSS variables
does this mean there's no way to get back to the fallback? maybe we should just treat if the target is so we can just fallback when it is |
ilyaliao commentedJun 29, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Yes, another issue is that when the target gets replaced, the new one might not have been rendered yet. |
Uh oh!
There was an error while loading.Please reload this page.
…alue to a primitive boolean
… from element to null
What if v-if is then element = null, then targetHadValue = false use root? |
Uh oh!
There was an error while loading.Please reload this page.
Before submitting the PR, please make sure you do the following
fixes #123
).Description
Additional context
fix:#4828