alpinejs / alpine

A rugged, minimal framework for composing JavaScript behavior in your markup.
https://alpinejs.dev
MIT License
28.43k stars 1.23k forks source link

Handle all types of white space in class lists, not just spaces #4419

Open mattvague opened 3 weeks ago

mattvague commented 3 weeks ago

Fixes bug mentioned here where using a newline in e.g. x-transition:enter would throw an error

mattvague commented 3 weeks ago

@ekwoka Just FYI while working on this I was finding Cypress painfully slow to work with on my machine so I upgraded to the latest cypress version in this other PR