-
Notifications
You must be signed in to change notification settings - Fork 50.6k
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
Repro steps
- Configure
compilerOptions.checkJs = trueintsconfig.json - Import from
eslint-plugin-react-compilerineslint.config.js - 💥 Observe the error below
Could not find a declaration file for module 'eslint-plugin-react-compiler'. 'node_modules/eslint-plugin-react-compiler/dist/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/eslint-plugin-react-compiler` if it exists or add a new declaration (.d.ts) file containing `declare module 'eslint-plugin-react-compiler';`ts(7016)
How often does this bug happen?
Every time
What version of React are you using?
19.0.0-rc-69d4b800-20241021
What version of React Compiler are you using?
19.0.0-beta-8a03594-20241020
Alternatives Considered
I thought maybe there would be types at @types/eslint-plugin-react-compiler (DefinitelyTyped), but this does not exist
Reactions are currently unavailable
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
