Commit Graph

3 Commits

Author SHA1 Message Date
Tsu-ba-me
7e43104a35 fix(striker-ui): correct generics in active fetch hook 2024-01-29 13:13:51 -05:00
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
Tsu-ba-me
a5bb320234 feat(striker-ui): add non-hook fetcher, bundle with states 2023-12-06 16:53:02 -05:00