Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` yarn upgrade \ react-bootstrap@^1.6.8 \ @types/react@^17 \ react@^17 \ @types/react-dom@^17 \ react-dom@^17 ``` Unsuccessful attempt to fix: ``` Container.tsx:16 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of RefHolder which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node at th at RefHolder (http://localhost:3000/gitpop3/static/js/0.chunk.js:91238:29) at OverlayTrigger (http://localhost:3000/gitpop3/static/js/0.chunk.js:91278:22) at HeaderModified (http://localhost:3000/gitpop3/static/js/main.chunk.js:1447:3) at tr at thead at table at http://localhost:3000/gitpop3/static/js/0.chunk.js:92614:23 at ResultTable (http://localhost:3000/gitpop3/static/js/main.chunk.js:1490:3) at div at http://localhost:3000/gitpop3/static/js/0.chunk.js:88020:23 at Container (http://localhost:3000/gitpop3/static/js/main.chunk.js:330:83) at div at App ```
- Loading branch information