Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

11
Votes

The @syncfusion/ej2-react-buttons (v18.1.52) CheckBoxComponent throws errors when React strict mode is enabled. Warning: Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://fb.me/react-unsafe-component-lifecycles for details. - Move code with side effects to componentDidMount, and set initial state in the constructor. Please update the following components: CheckBoxComponent 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. - Move data fetching code or side effects to componentDidUpdate. - If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state Please update the following components: CheckBoxComponent Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of CheckBoxComponent 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