JSFiddle - React, Tailwind, and code Playground
by booktu8
JavaScript
window.onpageshow = function(event) {
if (event.persisted) {
window.location.reload()
}
};
by booktu8
window.onpageshow = function(event) {
if (event.persisted) {
window.location.reload()
}
};