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
Error: An error occurred while trying to compile template at path "xxxxxx/template.marko". Error(s) in template:
1) [xxxxxx/template.marko:7:8] Unable to handle event ""change"". HTML element is not nested within a widget.
at Compiler.compile (xxxx/node_modules/marko/compiler/Compiler.js:124:25)
at Object.compile (xxxx/node_modules/marko/compiler/index.js:116:25)
at compile (xxxx/node_modules/marko/node-require.js:54:38)
at Object.markoExtension [as .marko] (xxxx/node_modules/marko/node-require.js:108:27)
The text was updated successfully, but these errors were encountered:
** Update: Moving the macro inside the w-bind does work. So maybe this is a low-priority feature request instead of a bug 😄
The following case throws an error:
Error:
The text was updated successfully, but these errors were encountered: