danielcaldas / react-d3-graph

Interactive and configurable graphs with react and d3 effortlessly
https://danielcaldas.github.io/react-d3-graph/sandbox/
MIT License
819 stars 233 forks source link

How to handle UNSAFE_componentWillReceiveProps ? #554

Open shahriarhossain opened 1 year ago

shahriarhossain commented 1 year ago

I am getting the following warning- "Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs"...

Can someone guide me how to handle this?