mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-08 13:51:01 +02:00
Don't use memo on subscribable (#19424)
This commit is contained in:
parent
4869f46ab6
commit
49793aa655
@ -163,7 +163,7 @@ export default function NotificationView({
|
||||
});
|
||||
|
||||
const watchAllEnabled = form.watch("allEnabled");
|
||||
const watchCameras = useMemo(() => form.watch("cameras") || [], [form]);
|
||||
const watchCameras = form.watch("cameras");
|
||||
|
||||
const anyCameraNotificationsEnabled = useMemo(
|
||||
() =>
|
||||
|
Loading…
Reference in New Issue
Block a user