diff --git a/.eslintrc.js b/.eslintrc.js index 1d0b30a5..541b3d61 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -68,7 +68,8 @@ module.exports = { }, ], 'simple-import-sort/exports': 'warn', - 'react-compiler/react-compiler': 'error', + // TODO: Reenable when we figure out why it gets stuck on CI. + // 'react-compiler/react-compiler': 'error', }, ignorePatterns: [ '**/__mocks__/*.ts',