Commit 8e705ac
committed
client/Source: Fix react-hooks/preserve-manual-memoization
This will be reported after the upcoming `eslint-plugin-react-hooks` bump:
> Compilation Skipped: Existing memoization could not be preserved
>
> React Compiler has skipped optimizing this component because the existing manual memoization could not be preserved. The inferred dependencies did not match the manually specified dependencies, which could cause the value to change more or less frequently than expected. The inferred dependency was `setEditedSource`, but the source dependencies were [source]. Inferred different dependency than source.1 parent b965464 commit 8e705ac
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
596 | | - | |
| 596 | + | |
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
| |||
0 commit comments