Next.js Discord

Discord Forum

Fast-Refresh doesn't work. It works sometimes, but mostly i have to manually reload the page

Unanswered
Turkish Van posted this in #help-forum
Open in Discord
Turkish VanOP
Alright so, after this new 14.0 update, fast-refresh doesn't work and i have to manually reload my page, except fast-refresh sometimes does work, but then again i have to manually do it.
i didnt face this kind of an issue until now.
import TodoContainer from "@/components/TodoContainer";

export default function Home() {
  return (
    <>
      <form>
        <input type="text" className="todo_input" placeholder="task name" />
        <input type="submit" value="Add" className="submit_button" />
      </form>
      <TodoContainer />
    </>
  );
}

2 Replies

Turkish VanOP
also the page doesn't seem to compile on every change either.
I have the same issue.