How to use the RC linter with experimental_useEffectEvent
?
#64
Unanswered
stipsan
asked this question in
General Questions
Replies: 1 comment 2 replies
-
Turns out How risky is it to use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The announcement for the React Compiler RC directs folks to replace
eslint-plugin-react-compiler
with[email protected]
.While the docs for
experimental_useEffectEvent
points toeslint-plugin-react-hooks@experimental
.Is there a way to use the compiler and have linting pass here, without adding
onVisit
to the deps?Beta Was this translation helpful? Give feedback.
All reactions