fix(runtime-vapor): Loss of css var in Teleport#14284
fix(runtime-vapor): Loss of css var in Teleport#14284edison1105 merged 5 commits intovuejs:minorfrom
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Size ReportBundles
Usages
|
@vue/compiler-core
@vue/compiler-dom
@vue/compiler-sfc
@vue/compiler-ssr
@vue/compiler-vapor
@vue/reactivity
@vue/runtime-core
@vue/runtime-dom
@vue/runtime-vapor
@vue/server-renderer
@vue/shared
vue
@vue/compat
commit: |
|
the vdom mode has the same problem. I'm trying to fix it! |
|
Thanks for the PR! |
| ;(nodes.onUpdated || (nodes.onUpdated = [])).push(() => | ||
| updateCssVars(this), | ||
| ) | ||
| } else if (isVaporComponent(nodes) && isFragment(nodes.block)) { |
There was a problem hiding this comment.
should consider recursively processing child nodes
see repl with this PR
e60b9a9 to
623bfb2
Compare
623bfb2 to
f0f4246
Compare
|
Thanks for the PR. I've made minor tweaks. see d6b496c
|
Playground