Nachocab
Nachocab
DDeno
Created by Nachocab on 10/24/2023 in #help
Fresh error: Could not fetch latest version
Total newbie here. I'm getting "Update check failed: Could not fetch latest version." when I make a change like replacing {a} with {b}, for example. The page is not updating automatically (but it works if I refresh manually). This is my test component. What am I missing? I'm sure it's something super basic.
export default function Testing() {
const a = 1;
const b = 2;
return <div>{a}</div>;
}
export default function Testing() {
const a = 1;
const b = 2;
return <div>{a}</div>;
}
4 replies