Skip to content

警告が出る : Fast Refresh had to perform a full reload  #54

Description

@dorimiamn

全文

⚠ Fast Refresh had to perform a full reload. Read more: https://nextjs.org/docs/messages/fast-refresh-reload

Fast Refresh はページのフルリロードで行なっているという旨の警告
開発時にコードを書き換えても state の保持してくれなくなっているらしいので影響は小さい。

原因は警告文にあるリンク先の通りだと思われ、以下の 3 つらしい。
しかし該当箇所がわからず。

  • The file you're editing might have other exports in addition to a React component.
  • Your React component is an anonymous function.
  • The component name is in camelCase and not PascalCase, for example textField instead of TextField.

警告ですし影響も特にないので余裕があったら対応したいです。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions