github-actions
released this
23 Oct 17:59
·
211 commits
to main
since this release
Patch Changes
-
cf552ec: use the correct
execute
function for executing live queries.When using the
InMemoryLiveQueryStore.makeExecute
API the returned function did not properly use the providedexecute
function. Instead theexecute
function provided to theInMemoryLiveQueryStore
constructor was used. This issue caused unexpected behavior when using this library with envelop.