The ParaViewWeb Visualizer application which can be used standalone or as a component within another web context.
BSD 3-Clause "New" or "Revised" License
115
stars
28
forks
source link
Warning: componentWillReceiveProps, componentDidMount #96
Open
phcerdan opened 3 years ago
Async rendering React (
componentWill...
): https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html Warnings related tocomponentWillReceiveProps
andgetDerivedStateFromProps
: https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html (the go-to solution seems to usekey
)Just reporting for now.