Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fast Refresh always triggers a full reload with Chinese characters #70586

Open
rquanx opened this issue Sep 28, 2024 · 0 comments
Open

Fast Refresh always triggers a full reload with Chinese characters #70586

rquanx opened this issue Sep 28, 2024 · 0 comments
Labels
bug Issue was opened via the bug report template. Turbopack Related to Turbopack with Next.js.

Comments

@rquanx
Copy link

rquanx commented Sep 28, 2024

Link to the code that reproduces this issue

https://github.com/rquanx/next-fast-refresh-error

To Reproduce

1.start application with next dev --turbo
2.create client component with any chinese characters,render in page
3.Any changes in the client component will always trigger a full reload

Current vs. Expected behavior

current: fast refresh full reload
expected: fast refresh would not full reload

Provide environment information

Operating System:
  Platform: win32
  Arch: x64
  Version: Windows 11 Home China
  Available memory (MB): 32462
  Available CPU cores: 20
Binaries:
  Node: 20.17.0
  npm: 10.8.2
  Yarn: 1.22.19
  pnpm: 9.10.0
Relevant Packages:
  next: 14.2.13 // Latest available version is detected (14.2.13).
  eslint-config-next: N/A
  react: 18.3.1
  react-dom: 18.3.1
  typescript: 5.3.3
Next.js Config:
  output: N/A

Which area(s) are affected? (Select all that apply)

Turbopack

Which stage(s) are affected? (Select all that apply)

next dev (local)

Additional context

No response

@rquanx rquanx added the bug Issue was opened via the bug report template. label Sep 28, 2024
@github-actions github-actions bot added the Turbopack Related to Turbopack with Next.js. label Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue was opened via the bug report template. Turbopack Related to Turbopack with Next.js.
Projects
None yet
Development

No branches or pull requests

1 participant