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 1b65b45 commit 16e6d5bCopy full SHA for 16e6d5b
src/react_bindings/react-bindings.js
@@ -88,5 +88,5 @@ export function childrenToArray(children) {
88
}
89
90
export function castToUsize(value) {
91
- return +value;
+ return value;
92
0 commit comments