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
mapQueriesToProps seems to be initially designed to call watchQuery(options) in bde5a2c but is implemented without passing the function. this.queryHandles hence only contains queries options and unsubcribeAllQueries() fails on this.queryHandles[key].stop()
mapQueriesToPropsseems to be initially designed to callwatchQuery(options)in bde5a2c but is implemented without passing the function.this.queryHandleshence only contains queries options andunsubcribeAllQueries()fails onthis.queryHandles[key].stop()