You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New lifecycle hook is getDerivedStateFromProps (which returns state change), or we can simply switch to componentDidUpdate (store url and only fetchDocument when prop url changes)
The text was updated successfully, but these errors were encountered:
Per https://reactjs.org/blog/2018/03/29/react-v-16-3.html
New lifecycle hook is
getDerivedStateFromProps
(which returns state change), or we can simply switch tocomponentDidUpdate
(store url and only fetchDocument when prop url changes)The text was updated successfully, but these errors were encountered: