Accudio / async-alpine

Async Alpine brings advanced code splitting and lazy-loading to Alpine.js components!
https://async-alpine.dev
Apache License 2.0
152 stars 12 forks source link

Custom Prefixes not working correctly #14

Closed Accudio closed 2 years ago

Accudio commented 2 years ago

prefix option doesn't work correctly, likely due to the new way of tracking attributes to fix #10.

Accudio commented 2 years ago

Turns out the test was wrong, I wasn't declaring Alpine.prefix('data-x-') so there was a desync. Test fixed in latest commit.

Accudio commented 2 years ago

Added in 0.3.0