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
// This function will force a change in state and cause a re-render of the component. The state information is irrelevant but an update is needed to force a re-render
3
4
exportdefaultfunctionuseForceUpdate(){
4
-
const[,setValue]=useState<number>(0);
5
-
return()=>setValue((value)=>value+1);// update state to force render
0 commit comments