You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
I am able to reproduce the problem, with a slight twist. See another minimal example at https://jsfiddle.net/bfj9c3m8/4/ (note the comment in the code).
It seems that manually executing the observed query once, after the observe() is a workaround. See similar workaround with your minimal example at https://jsfiddle.net/926vvccn/. I will look into the proper fix.
Hi,
I've constructed a codepen example at here to demonstrate the problem.
The higher level steps to recreate the situation are as follows:
db.select().from(table)
, and start observing on it;The issue is rather specific in that,
Please let me know if there is any information that I can provide to help pinning down the problem.
Thanks :)
The text was updated successfully, but these errors were encountered: