0
I’m doing, as an exercise, the Nelio Alves project (Devsup Week 2.0): https://github.com/devsuperior/sds2/tree/master/aula2 Prototype at the Figma: https://www.figma.com/file/LAIvIzyaJsSl2A9NMrnR7W/DSDeliver01?node-id=0%3A1
When you click on a card it should be selected in green. But it is not. In the browser console the following message appears: Warning: Using Unsafe_componentwillreceiveprops in Strict mode is not Recommended and may indicate bugs in your code. See https://reactjs.org/link/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://reactjs.org/link/derived-state
Please update the following Components: Async, Select
Link on Github of the Project: https://github.com/pauloseibel/dsdeliver-sds2/tree/main/front-web