我尝试在打字稿模板中使用 react-bootstrap 的 Navbar 组件,我在 Chrome 控制台中发现了以下警告。
index.js:1 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition which is inside StrictMode. Instead, add a ref directly to the element you want to reference.
in div (created by Context.Consumer)
in Transition (created by Collapse)
in Collapse (created by Context.Consumer)
in NavbarCollapse (at NavigationBar.tsx:10)
in nav (created by Navbar)
in Navbar (at NavigationBar.tsx:7)
in NavigationBar (at App.tsx:8)
in div (at App.tsx:7)
in App (at src/index.tsx:10)
in StrictMode (at …Run Code Online (Sandbox Code Playgroud)