Answer the question
In order to leave comments, you need to log in
What is the cause of the application error on ios browsers?
In order not to really bring tons of code, we abstract from it and take a purely theory.
There is an application on react, at some point it happens
// ... тут запрос с сервера на получение данных, который выполняется синхронно, через промисы
// переменная result - это ответ от сервера
const result = 'string'
localStorage.setItem('result', result);
document.location.pathname = /
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question