From 8e68d3ab60eb3f734892ce70a115d436e9adba64 Mon Sep 17 00:00:00 2001 From: Awais Ansari <79941147+awais-ansari@users.noreply.github.com> Date: Mon, 8 May 2023 14:53:05 +0500 Subject: [PATCH] chore: console react version (#511) --- src/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.jsx b/src/index.jsx index 9251f656..040501e5 100755 --- a/src/index.jsx +++ b/src/index.jsx @@ -42,6 +42,7 @@ function onRenderCallback( function enableProfiler() { console.log('Enabling React Profiler'); + console.log('React versoion: ', React.version); if ( process.env.NODE_ENV === 'production' && typeof window !== 'undefined'