Hugo
Hugo
> > It turns out that it's possible to overwrite a magic property 👀 > > Oh nice! We can implement both `$refs` and `$dispatch` both now :D well see...
I'll have a look, thanks for reporting this issue.
Maybe relevant discussion for a warning https://github.com/alpinejs/alpine/discussions/1038
🤔 I don't think making users/developers add more code/attributes to their apps solves this issue. As far as I understand you're saying "if I've got a bunch of components on...
For reference **React devtools** React Devtools has a search bar (don't know it's worth implementing) But also has a way to hide components that match some criteria (to access the...
@KevinBatdorf what did we end up with for this? My latest feel is that it's fine to add a hardcoded attribute to ignore the component as long as we make...
> I was thinking to add it as an option so users could create a custom selector that we run though `document.querySelectorAll()` then ignore whatever the user enters. > >...
Should we revive this for v3? There's first-class `x-ignore`
Other relevant link from that issue: https://docs.microsoft.com/en-gb/microsoft-edge/extensions-chromium/#publishing-to-the-microsoft-edge-add-ons-website
> Another one to look into would be Brave https://brave.com/features/ > > Do they even have devtools? > > I'll work on the settings stuff some more tomorrow and will...