V🦖
useEffect(() => {
if (fetchError === "CSRF_ERROR") {
document.location.reload();
}
}, [fetchError]);
Size: a a a
PD
useEffect(() => {
if (fetchError === "CSRF_ERROR") {
document.location.reload();
}
}, [fetchError]);
S
S
S
S
OH
OH
A
PD
A
PD
PD
A