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 35e1601 commit b3f2b08Copy full SHA for b3f2b08
tests/tests/src/forwardRef_regress.mjs
@@ -0,0 +1,10 @@
1
+// Generated by ReScript, PLEASE EDIT WITH CARE
2
+
3
+import * as React from "react";
4
5
+let make = React.forwardRef((props, ref) => props.children);
6
7
+export {
8
+ make,
9
+}
10
+/* make Not a pure module */
0 commit comments