From f032f96e8c2c1ba4005264086761c7efe540b535 Mon Sep 17 00:00:00 2001 From: wade Date: Sun, 16 Jan 2022 00:26:26 +0800 Subject: [PATCH] Find a known bug https://github.com/jquense/react-big-calendar/issues/1777 --- my-app-with-typescript/src/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/my-app-with-typescript/src/index.tsx b/my-app-with-typescript/src/index.tsx index ef2edf8..f19e6ec 100644 --- a/my-app-with-typescript/src/index.tsx +++ b/my-app-with-typescript/src/index.tsx @@ -5,6 +5,8 @@ import App from './App'; import reportWebVitals from './reportWebVitals'; ReactDOM.render( + // strict mode may cause some warning in console + // https://github.com/jquense/react-big-calendar/issues/1777 ,