disableSyntheticShadowSupport
/lightDOM should remove genScopedId
compilation
#3658
Labels
Up for grabs
Issues that are relatively small, self-contained, and ready for implementation
For light DOM components, as well as shadow DOM components when the
disableSyntheticShadowSupport
option is enabled, we should not emitgenScopedId
. I.e. this:This is actually a slight perf degradation, because it may cause a VNode to be considered dynamic when it could be static-optimized.
The text was updated successfully, but these errors were encountered: