Skip to content

Commit 70fd5ad

Browse files
committed
fix: pass attributes renamed to state
1 parent 8575d49 commit 70fd5ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ const componentsReference = {
6161
"predefined-prefixes": ['click', 'change', 'input', 'onload', 'observer', 'mousedown', 'mousemove', 'mouseup', 'toggle', 'hover', 'selected'],
6262
"html-attributes": ['<prefix>-selector', '<prefix>-selector', '<prefix>-closest', '<prefix>-parent', '<prefix>-previous', '<prefix>-next']
6363
},
64-
"pass": {
65-
"html-attributes": ['pass_to', 'pass_id', 'pass-<attribute>', 'pass-overwrite']
64+
"state": {
65+
"html-attributes": ['state_to', 'state_id', 'state-<attribute>', 'state-overwrite']
6666
},
6767
}
6868

0 commit comments

Comments
 (0)