jsonforms-editor
jsonforms-editor copied to clipboard
Warnings in Log on load
During the page load we have 3 errors logged:
- Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://fb.me/react-unsafe-component-lifecycles for details.
- Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of ReflexContainer 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 ReflexContainer) in ReflexContainer (at App.tsx:66) in main (at Layout.tsx:34)
- Warning: A string ref, "490a-9df8", has been found within a strict mode tree. String refs are a source of potential bugs and should be avoided. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://fb.me/react-strict-mode-string-ref in div (created by ReflexContainer) in ReflexContainer (at App.tsx:66)
Investigate possible fix via version update