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
To be consistent with bel@4, we can render the event handler when a function is quoted with "" and remove it when it's not quoted. But I need more research on bel's behavior to figure out whether it's intentional or not.
Currently, the unit test is broken because of
onclick="${() => alert('hello')}"
.onclick="() => alert(\'hello\')"
onclick=${() => alert('hello')}
The text was updated successfully, but these errors were encountered: