You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check-all toggles all the checkboxes as expected. However when i do the same in my application it gives me below error
on click toggle between [@checked] on <ul#moduleSelector input[type='checkbox']:not(checked)/>
^^
Error: Expected 'and' but found '[@checked]'
according to documentation toggle works with classes only. Then, how come the above works in playground? I am using hyperscript 0.9.13. Is playground using a different version?
The text was updated successfully, but these errors were encountered:
playground html i tried
check-all toggles all the checkboxes as expected. However when i do the same in my application it gives me below error
according to documentation toggle works with classes only. Then, how come the above works in playground? I am using hyperscript 0.9.13. Is playground using a different version?
The text was updated successfully, but these errors were encountered: