Commit 4c50958
fix(frontend): restore propSharedConfig sync effect and revert react-doctor upgrade
The useEffect syncing propSharedConfig to state in CreateACL was lost
during the file move to security/acls/. Re-add it to fix the
acl-create-page test that expects principal input to update when search
params arrive after initial render.
Revert react-doctor from 0.0.33 to 0.0.29 because the newer version
pulls knip@6 which requires zod@4, conflicting with the project's zod@3
and causing ERR_PACKAGE_PATH_NOT_EXPORTED for zod/mini on CI.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4be0590 commit 4c50958
3 files changed
Lines changed: 16 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
769 | 779 | | |
770 | 780 | | |
771 | 781 | | |
| |||
0 commit comments