-
I get this error "Uncaught SyntaxError: Identifier 'connector' has already been declared" when I close devtools and open it again on same page, and it does not detect the components on the page.
I …
-
When components are added or removed on page with AJAX, the devtools node list is not updated accordingly. Closing and reopening the devtools does refresh and update the list.
-
Similar to the `$0` of chrome and `$vm` of vue, it would be very productive to have this for alpine
maybe `$a`
Thank you all for the great work.
-
I'm not a big fan of the 'Alpine.js is ready' heading at the top of the dev tools. If anything, it's wasted space.
I'm suggesting we move everything up and add a cleaner title bar to the top that w…
-
Hi, I found bug in nested x-for
this is data I want to show
`[
{
"id": 1,
"kode": "1D ",
"name": "Prepare for 5G",
"show": 1,
"program": [
{
"id"…
-
@Te7a-Houdini @ryangjchandler are we happy pushing an update out now?
The changelog is [here](https://github.com/Te7a-Houdini/alpinejs-devtools/milestone/1?closed=1):
- https://github.com/Te7a-H…
-
related https://github.com/Te7a-Houdini/alpinejs-devtools/issues/1 but different
-
Environment: Google Chrome
OS: Linux/Mint
I'm trying to play with Alpine. I'm importing it using the CDN (before closing the header tag as instructed) in an plain old HTML file, but the devtools …
-
Thanks for putting this together.
Any idea how difficult it would be to port the extension to Firefox?
I'm happy to contribute something along those lines.
-
Hi everybody!
Testing AlpineJS for the first time and it looks great, thank you!
Did I miss something or why is debounce not working in this simple codepen? https://codepen.io/baumrock/pen/Exjrd…