Upgrade React Compiler (take two) (#6460)

* Revert "Revert "React compiler beta and reenable rule (#5898)" (#6071)"

This reverts commit 7111e38cd4.

* Update the compiler

* Don't inline compiler runtime import
This commit is contained in:
dan
2024-11-17 18:50:28 +00:00
committed by GitHub
parent dd9a2f60dd
commit 2f74a8dbe9
7 changed files with 32 additions and 126 deletions
+1 -2
View File
@@ -79,8 +79,7 @@ module.exports = {
},
],
'simple-import-sort/exports': 'error',
// TODO: Reenable when we figure out why it gets stuck on CI.
// 'react-compiler/react-compiler': 'error',
'react-compiler/react-compiler': 'warn',
'no-restricted-imports': [
'error',
{