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
I have searched for existing issues that already report this problem, without success.
Stencil Version
4.18.0
Current Behavior
as you already know #5702 issue fix is already merged & shipped with v4.18.0. However, I realised I missed to add parent scope id to the relocated elements which are provided from the application level (not in VDom). Therefore, elements that are provided from the app level (simple DOM) are not able to be customized by the css selector from the parent component.
P.S: I reused the existing reproduction repo by updating it. Here you can find the updates.
Current Output:
Expected Behavior
System Info
System: node 22.1.0
Platform: darwin (23.4.0)
CPU Model: Apple M3 Pro (12 cpus)
Compiler: /Users/yigit.yuce/Documents/Projects/personal/yigityuce.github/stencil/compiler/stencil.js
Build: 1715335653
Stencil: 4.18.0-dev.1715335653.31259a5 🐎
TypeScript: 5.4.5
Rollup: 2.56.3
Parse5: 7.1.2
jQuery: 4.0.0-pre
Terser: 5.30.4
Steps to Reproduce
pls see the diff and run the latest version of reproduction repo
…as classname (#5750)
* fix(runtime): add root scope id to the user provided nested children as classname
#5749
* fix(runtime): add missing insertBefore patches
---------
Co-authored-by: Christian Bromann <[email protected]>
Prerequisites
Stencil Version
4.18.0
Current Behavior
as you already know #5702 issue fix is already merged & shipped with v4.18.0. However, I realised I missed to add parent scope id to the relocated elements which are provided from the application level (not in VDom). Therefore, elements that are provided from the app level (simple DOM) are not able to be customized by the css selector from the parent component.
P.S: I reused the existing reproduction repo by updating it. Here you can find the updates.
Current Output:
Expected Behavior
System Info
Steps to Reproduce
pls see the diff and run the latest version of reproduction repo
yigityuce/stencil-v4-sc-nested-css-scope-id@99dc6e0
Code Reproduction URL
https://github.com/yigityuce/stencil-v4-sc-nested-css-scope-id
Additional Information
No response
The text was updated successfully, but these errors were encountered: