Skip to content

Commit

Permalink
docs: add v13 breaking changes docs for eslint-plugin-react-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljaltamirano committed Dec 17, 2024
1 parent 5fd62a6 commit df6e372
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/breaking-changes/v13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Breaking changes in v13

We are adding `eslint-plugin-react-compiler` to our React configuration. While there is much more work needed to support React Compiler in production, adding the ESLint rule in advance of the actual compiler (which is recommended by the React team: https://react.dev/learn/react-compiler#installing-eslint-plugin-react-compiler) will help us resolve (or suppress) violations as they come up. This addition requires a major version upgrade since it will raise errors in every repo.

0 comments on commit df6e372

Please sign in to comment.