Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e017f0b commit ba36dc2Copy full SHA for ba36dc2
test/React__test.re
@@ -23,7 +23,7 @@ module DummyComponentThatMapsChildren = {
23
element,
24
{
25
"key": string_of_int(index),
26
- "data-index": index,
+ "role": Int.to_string(index),
27
},
28
)
29
})}
0 commit comments