anvil/striker-ui/components/ManageUps
Tsu-ba-me 83a0210ffa fix(striker-ui): remove protected state
According to breaking changes in react 18, hidden components cannot
trigger the useEffect hook.
See https://github.com/facebook/react/pull/22114

Since the warning is no longer triggered, we can safely remove the
workaround.
2024-01-26 13:37:30 -05:00
..
AddUpsInputGroup.tsx fix(striker-ui): run 'set validity on first render' in useEffect 2023-06-19 15:15:31 -04:00
CommonUpsInputGroup.tsx fix(striker-ui): simplify form message setting by removing message setter list 2023-06-19 15:15:32 -04:00
EditUpsInputGroup.tsx fix(striker-ui): passthrough input validation in EditUpsInputGroup 2023-04-04 00:23:00 -04:00
index.tsx feat(striker-ui): add manage UPS related components 2023-04-04 00:23:00 -04:00
ManageUpsPanel.tsx fix(striker-ui): remove protected state 2024-01-26 13:37:30 -05:00