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
Due to the way style property data is shimmed, elements in the inner x-stuffin the example above may be styled with property data calculated for the outer x-stuff element.
We can potentially address this by having a stronger (slower) scoping mechanism for shimming property data which is employed in cases where same type nesting is detected.
Thanks for the issue. Please see CONTRIBUTING.md for guidelines on filing issues. Please fill out as many fields in the issue template as possible, and be sure to include a live reproduction so that the team can debug or understand your issue. You can start from this jsBin template as a starting point and link it in the issue template under "Live Demo".
Feel free to file a new issue following these instructions. Thank you!
Example:
Due to the way style property data is shimmed, elements in the inner
x-stuff
in the example above may be styled with property data calculated for the outerx-stuff
element.We can potentially address this by having a stronger (slower) scoping mechanism for shimming property data which is employed in cases where same type nesting is detected.
This issue came up while debugging: #2218
The text was updated successfully, but these errors were encountered: