Catching errors from useLiveQuery
#2031
-
Because of this Safari WebKit IndexedDB bug, IndexedDB sometimes fails to open on user's devices. When this happens, the Is there any way to catch an error like this when using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Use an error boundary to catch and inspect any error happening in live queries. |
Beta Was this translation helpful? Give feedback.
Use an error boundary to catch and inspect any error happening in live queries.