From c668b72c3fc6b1ff2b9bd8d3384e1c7ebf6167d9 Mon Sep 17 00:00:00 2001 From: Chris Arderne Date: Thu, 20 Aug 2026 09:59:45 +0100 Subject: [PATCH] chore(webapp): enforce React Compiler lint (#4732) ## Summary Enforces `react/react-compiler` as an error for the webapp now that all reported compiler diagnostics are fixed or narrowly scoped. Removes the unused lazy-ref helper made obsolete by the ref initialization cleanup. --- .oxlintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.oxlintrc.json b/.oxlintrc.json index 6483b5500..5d7fbddbe 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -124,6 +124,7 @@ "react/button-has-type": "error", "react/jsx-no-useless-fragment": "error", "react/no-unstable-nested-components": "error", + "react/react-compiler": "error", "react/rules-of-hooks": "error", "trigger-runops/no-control-plane-run-graph-access": "error", "trigger-runops/no-control-plane-in-runops-slot": "error"