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
[!] (plugin at position 5) TypeError: Cannot read property '0' of undefined
opt/app/front-end/tags/index.riot
TypeError: Cannot read property '0' of undefined
at createValueExpression (/node_modules/@riotjs/compiler/dist/index.js:1559:46)
at createExpression (/node_modules/@riotjs/compiler/dist/index.js:1571:12)
at attributes.map.attribute (/node_modules/@riotjs/compiler/dist/index.js:1735:49)
at Array.map (<anonymous>)
at builders.arrayExpression.attributes (/node_modules/@riotjs/compiler/dist/index.js:1735:32)
at args (/node_modules/cumpa/cumpa.js:24:46)
at args (/node_modules/cumpa/cumpa.js:24:46)
at createBindingAttributes (/node_modules/@riotjs/compiler/dist/index.js:1738:6)
at createTagBinding (/node_modules/@riotjs/compiler/dist/index.js:1776:7)
at createTagWithBindings (/node_modules/@riotjs/compile
"@riotjs/compiler": "4.3.8"
If you add a value attribute in the createValueExpression function, an error will occur if expressions is undefined.
The problem is when the type is checkbox.
my-tag.riot
binding.riot
Error message
@riotjs/compiler/dist/index.js
compiler/src/generators/template/expressions/value.js
Line 22 in dfba311
The text was updated successfully, but these errors were encountered: