zoness32
Results
3
comments of
zoness32
Why not update it to componentDidUpdate or either of the other two options provided in the React documentation? After React 16 this function will no longer work. https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops
I can confirm this fixes the issue. Created a PR to fix this: https://github.com/brenden/node-webshot/pull/243
Is this ever going to be fixed?