|
@@ -22,7 +22,7 @@ const reloadPage = async()=>{
|
|
|
}
|
|
|
|
|
|
const isChromeError = (error:any) => {
|
|
|
- console.log(error, 'error===>isChromeError')
|
|
|
+ console.log(error, 'error===>isChromeError',refreshing)
|
|
|
setTimeout(()=>{
|
|
|
if (!refreshing && !error.message) {
|
|
|
refreshing = true;
|