Maxim Gorkovskiy
Maxim Gorkovskiy
Can I use `event.path` though? I can see it was deliberately added as part of mentioned PR. Do you intend to support it in future?
Are there any news on the matter? Recently we noticed that every mouse event that we listen and try to read `composedPath` from - throws `Illegal invocation` error. Has smth...
@tomekduda unfortunately I cannot switch to Lightning Web Security just yet because library I'm working on does not yet support it. So I just started using a try-catch for event.composedPath...
@caridy I've just checked firefox, `event.path` works. Don't know about safari though
Pinning to `package.json` pollutes the repository with irrelevant info. I'd love to have smth like `.voltarc` config somewhere in the directory to pin versions there. I wouldn't expect it to...
alternative solution could be to change listener target from shadow root to the container element which supports listener options
For export we use [#egeriis/zipcels](https://github.com/egeriis/zipcelx/issues/50) library which does not allow styling by design. It should be possible with other libraries though. I suppose it should be possible to replace zipcelx...
Problem: code which works with ordered tree is low level and does not have enough information. Problem occurs when we actually put records to the children array. If we don't...
Related to: #6226
Make sure to check issue #7955 when closing this ticket