Skip to content

Commit

Permalink
Find a known bug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny12150 committed Jan 15, 2022
1 parent 52bdffe commit f032f96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions my-app-with-typescript/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
<React.StrictMode>
<App />
</React.StrictMode>,
Expand Down

0 comments on commit f032f96

Please sign in to comment.