Skip to content

Commit c668b72

Browse files
authored
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.
1 parent 2b2b047 commit c668b72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.oxlintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"react/button-has-type": "error",
125125
"react/jsx-no-useless-fragment": "error",
126126
"react/no-unstable-nested-components": "error",
127+
"react/react-compiler": "error",
127128
"react/rules-of-hooks": "error",
128129
"trigger-runops/no-control-plane-run-graph-access": "error",
129130
"trigger-runops/no-control-plane-in-runops-slot": "error"

0 commit comments

Comments
 (0)