Posted 11 June 2020, 4:50 am EST
If we use React strict mode with wijmo, warnings will appear.
Do you plan to change findDOMNode to ref?
========================================================
https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage
=========================================================
Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of FlexGrid which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://fb.me/react-strict-mode-find-node
in div (created by FlexGrid)
in FlexGrid (created by GridControl)
in GridControl (created by LoadUmd)
in LoadUmd (at hooks/index.js:18)
in WithLoadUmd(GridControl) (at Palette.jsx:45)
in UsercontrolErrorBoundary (at Usercontrol.jsx:21)
in div (created by styled.div)
in styled.div (at Usercontrol.jsx:10)
in Usercontrol (at Palette.jsx:61)
in div (at Palette.jsx:60)
in Item (at Palette.jsx:43)
in div (at Palette.jsx:39)
in div (at Palette.jsx:35)
in ItemGroup (at Palette.jsx:13)
in div (at Palette.jsx:9)
in Palette (at PaletteSectionContainer.jsx:24)
in div (at PaletteSection.jsx:16)
in PaletteBody (at PaletteSectionContainer.jsx:23)
in div (at PaletteSection.jsx:7)
in PaletteSection (at PaletteSectionContainer.jsx:19)
in PaletteSectionContainer (created by ConnectFunction)
in ConnectFunction (at DesignerContainer.jsx:28)
in div (at DesignerContainer.jsx:27)
in div (at Designer.jsx:7)
in Designer (at DesignerContainer.jsx:25)
in DesignerContainer (created by ConnectFunction)
in ConnectFunction (at App.js:14)
in Provider (at App.js:13)
in App (at src/index.js:9)
in StrictMode (at src/index.js:8)