Tomasz Pluskiewicz
Tomasz Pluskiewicz
@dependabot rebase
I also tried with `@web/[email protected]`. `"useDefineForClassFields": false` has no effect and I still get the shadowing error from lit. Trying to add the `accessor` keyword results in a different error...
I further tried adding `tsconfig` path in wtr config as mentioned on https://github.com/lit/lit/issues/3807 but it made no difference
I managed get some more details on this. Looks like the issue is when processing slots. tl;dr;, the op `'slot-element-close'` in `render-value.js` hits more times than `'slot-element-open'`. Or, to be...
> I wonder if your example has any dynamic `slot` attributes on elements, and that's the remaining problem? Not 100% certain, but I don think there are any such cases...
Superb. Thank you for investigating. While the `wa-page` element is closed source now, maybe an alternative fix to the dynamic slot names is actually render a separate slot? ```diff -...
> I'm still investigating on how to best fix this. By the way, is this even valid?
On second thought, it could make sense in some dynamic scenarios
My current workaround is to set the full repo paths in `folder` of each collection and run local decap server like `cd ../..; decap-server`
cc @KonnorRogers