Skip to content

Commit b22e0d7

Browse files
committed
fix(core): generate rawValue binding
1 parent 79f7794 commit b22e0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/json/three-elements-map.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const ELEMENT_METADATA = {
120120
onlyCommonProperties: true,
121121
properties: [
122122
{
123-
name: 'rawValue',
123+
name: '[rawValue]',
124124
type: 'any',
125125
description: 'Raw value to be attached',
126126
},

0 commit comments

Comments
 (0)