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
hyperscript errors were found on the following element:
<button _="on click call doIt({arg: 'value',})">
Expected ':' but found '}'
on click call doIt({arg: 'value',})
^^
raiseParseError@http://localhost:8000/_hyperscript.min.js:1:12649
raiseError@http://localhost:8000/_hyperscript.min.js:1:6620
requireOpToken@http://localhost:8000/_hyperscript.min.js:1:6711
The text was updated successfully, but these errors were encountered:
JavaScript allows trailing commas in object literals, but hyperscript does not.
this:
gives this error:
The text was updated successfully, but these errors were encountered: