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
Also the problem is this that the AtomFeed doesn't work properly with includeStates: true because that the result.next gets the {state: 'initializing'} message or {state: 'ready'} message if the includeInitial: false instead of query result https://github.com/neumino/thinky/blob/master/lib/query.js#L180
and also unhandled exception will be within document.js because feed.each gets the {state: 'initializing'} or {state: 'ready'} messages and runs self._merge(undefined) at line 1773 and then within Document#_merge tries to handle undefined[key] at line 1723 and as a result gets the unhandled exception.
Now thinky is silently dropping them. We should figure out a way to surface these.
The text was updated successfully, but these errors were encountered: