React in the browser does concurrent rendering, this caused a bug in useLiveQuery
where it would not show the initial state despite our tests checking this exact scenario. In order to truly validate the hook we need to test in a browser environment.
Relate issues #483 #437 that were fixed in #485 but without a test that reproduced the bug.