dev-rb
dev-rb
Added videos section to movies. Added Modal component to use for Videos and Images.
- Fixes an infinite loop in `useMutationState` caused by reading and writing to `results` in an effect. - Fixes `useIsMutating` throwing a `reading properties of undefined` error caused by reading...
Fixes an issue where extra promises that would never resolve/reject were getting created leading to infinite tab loading issues. The browser tab was forever in a "loading" state even though...