Open
Description
As you know, React has deprecated three lifecycle methods (componentWillMount
, componentWillReceiveProps
and componentWillUpdate
)
Using React 16.12.0
with react-diagrams 5.3.2
gives warnings in the browser console.
The places of usage are here and here.
I don't see their usage in master
, I wonder what the plan for releasing Version 6 is.