debug log

This commit is contained in:
talksik
2026-04-12 13:16:46 -07:00
parent be9cf6c5f0
commit 6b20fc2ee6
+1
View File
@@ -104,6 +104,7 @@ export function useLiveParticleChildren(
setIsLoading(false);
},
onError: (err) => {
console.warn(err);
setError(err);
setIsLoading(false);
},