We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9682933 + a3038c4 commit 8950ee0Copy full SHA for 8950ee0
libraries/solid/meta/expectedResults.json
@@ -1,19 +1,19 @@
1
{
2
- "success": 30,
3
- "failed": 2,
+ "success": 32,
+ "failed": 0,
4
"skipped": 0,
5
"error": false,
6
"disconnected": false,
7
- "exitCode": 1,
8
- "score": 94,
+ "exitCode": 0,
+ "score": 100,
9
"basicSupport": {
10
"total": 16,
11
"failed": 0,
12
"passed": 16
13
},
14
"advancedSupport": {
15
16
17
- "passed": 14
+ "passed": 16
18
}
19
-}
+}
libraries/solid/src/components.js
@@ -58,7 +58,7 @@ export const ComponentWithProperties = () => {
58
str={data.str}
59
arr={data.arr}
60
obj={data.obj}
61
- camelCaseObj={data.camelCaseObj}
+ prop:camelCaseObj={data.camelCaseObj} // verbatim prop syntax, otherwise defaults to dash-case-to-camel-case
62
/>
63
);
64
};
0 commit comments