I have a problem in my vanilla Javascript.
localStorage.setItem('article', JSON.stringify(payload));
The value of payload is a data of Image and first there is no problem. But after updating several times, the issue is happened.
I have a problem in my vanilla Javascript.
localStorage.setItem('article', JSON.stringify(payload));
The value of payload is a data of Image and first there is no problem. But after updating several times, the issue is happened.