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
I am rather confused on how to get the hdb debugger working due to the dependency ordering.
I am trying to use a defined behavior in place of using javascript, and want to step through it to make sure my syntax is correct.
The behaviour docs mention that behavour files ._hs must be defined above the cdn hyperscript script tag.
Likewise, the hdb docs says hdb.js must be included along with the main distribution. It must be placed after the hyperscript tag, as otherwise _hyperscript is undefined.
I am rather confused on how to get the hdb debugger working due to the dependency ordering.
I am trying to use a defined
behavior
in place of using javascript, and want to step through it to make sure my syntax is correct.The behaviour docs mention that behavour files
._hs
must be defined above the cdn hyperscript script tag.Likewise, the hdb docs says
hdb.js
must be included along with the main distribution. It must be placed after the hyperscript tag, as otherwise_hyperscript
is undefined.But this results in this error from my
._hs
fileThe text was updated successfully, but these errors were encountered: