-
Notifications
You must be signed in to change notification settings - Fork 49.9k
Open
Labels
Component: React CompilerStatus: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bugType: Bug
Description
What kind of issue is this?
- React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- babel-plugin-react-compiler (build issue installing or using the Babel plugin)
- eslint-plugin-react-compiler (build issue installing or using the eslint plugin)
- react-compiler-healthcheck (build issue installing or using the healthcheck script)
Link to repro
https://github.com/YYGod0120/yyblog
Repro steps
- Change the var in
app/[language]/components/Typewrite.tsxto const (use var to skip the compiler and fix the bug) - use
pnpm devto start project - Click twice on the
lanswitcherand find that theBanneris not translated after the second click.
How often does this bug happen?
Every time
What version of React are you using?
v19.0.0-rc-3f1436cca1-20240516
Metadata
Metadata
Assignees
Labels
Component: React CompilerStatus: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bugType: Bug