Skip to content

Commit 8fdd2ff

Browse files
committed
fix: add console
1 parent 97a0227 commit 8fdd2ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const eventTypeMapping = {
3434
};
3535

3636
const reactMajorVersion = parseInt(React.version.split('.')[0], 10);
37+
console.log({ reactMajorVersion });
3738

3839
function useForkRef<T = any>(
3940
...refs: Array<Ref<T> | undefined>

0 commit comments

Comments
 (0)