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.
This commit is contained in:
Chris Arderne
2026-08-20 09:59:45 +01:00
committed by GitHub
parent 2b2b047089
commit c668b72c3f
+1
View File
@@ -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"