Closed stevenjwright closed 3 years ago
Hey there,
There's an error in the following example page: https://hyperscript.org/commands/remove/
<div _="on click remove .not-clacked to #another-div">Remove Class From Another Div!</div>
I think the to should be from, so:
to
from
<div _="on click remove .not-clacked from #another-div">Remove Class From Another Div!</div>
Thanks!
Thank you, this is now fixed.
Hey there,
There's an error in the following example page: https://hyperscript.org/commands/remove/
<div _="on click remove .not-clacked to #another-div">Remove Class From Another Div!</div>
I think the
to
should befrom
, so:<div _="on click remove .not-clacked from #another-div">Remove Class From Another Div!</div>
Thanks!