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 97a0227 commit 8fdd2ffCopy full SHA for 8fdd2ff
src/index.tsx
@@ -34,6 +34,7 @@ const eventTypeMapping = {
34
};
35
36
const reactMajorVersion = parseInt(React.version.split('.')[0], 10);
37
+console.log({ reactMajorVersion });
38
39
function useForkRef<T = any>(
40
...refs: Array<Ref<T> | undefined>
0 commit comments