RootCauseunvalidated
The thunk calls `useSQLiteContext()` (a React hook) inside the async thunk/action creator, which is not a React function component or custom hook. This causes an invalid hook call, and the resulting Error object becomes part of the dispatched action payload, triggering the non-serializable warning.
80655ece-7b8d-413c-9ffb-21c05e960684
The thunk calls useSQLiteContext() (a React hook) inside the async thunk/action creator, which is not a React function component or custom hook. This causes an invalid hook call, and the resulting Error object becomes part of the dispatched action payload, triggering the non-serializable warning.