anvil/striker-ui/hooks
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
..
useActiveFetch.ts fix(striker-ui): remove protected state 2024-01-26 13:37:30 -05:00
useChecklist.tsx fix(striker-ui): rename to resetChecks 2023-12-06 12:06:29 -05:00
useConfirmDialog.tsx fix(striker-ui): add hook to group confirm dialog methods 2023-12-12 15:45:33 -05:00
useConfirmDialogProps.ts
useCookieJar.ts fix(striker-ui): align cookie jar with API 2023-11-27 17:14:09 -05:00
useFetch.tsx fix(striker-ui): add fetch hook 2023-09-21 03:41:15 -04:00
useFormUtils.ts fix(striker-ui): remove protected state 2024-01-26 13:37:30 -05:00
useIsFirstRender.ts
useSessionExpiryCheck.ts fix(striker-ui): apply session expiry check 2023-11-27 17:14:09 -05:00
useWindowDimenions.ts