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'