From d356325a80acfe2982fffd011f44d3e6223ad584 Mon Sep 17 00:00:00 2001 From: Michael Altamirano Date: Mon, 16 Dec 2024 20:40:54 +0000 Subject: [PATCH] docs: add v13 breaking changes docs for eslint-plugin-react-compiler --- docs/breaking-changes/v13.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/breaking-changes/v13.md diff --git a/docs/breaking-changes/v13.md b/docs/breaking-changes/v13.md new file mode 100644 index 0000000..3119937 --- /dev/null +++ b/docs/breaking-changes/v13.md @@ -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.