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
If I try to execute the query again, I get this different stack dump:
/Users/phil/work/brim/node_modules/history/cjs/history.js:871 Uncaught TypeError: Cannot assign to read only property '1' of object '[object Array]'
at /Users/phil/work/brim/node_modules/history/cjs/history.js:871
at Object.confirmTransitionTo (/Users/phil/work/brim/node_modules/history/cjs/history.js:168)
at Object.replace (/Users/phil/work/brim/node_modules/history/cjs/history.js:869)
at /Users/phil/work/brim/dist/app/router/tab-history.js:31
at Object.dispatch (/Users/phil/work/brim/node_modules/redux-thunk/lib/index.js:11)
at QueriesApi.dispatch (<anonymous>:3665:80)
at QueriesApi.open (/Users/phil/work/brim/dist/js/api/queries/queries-api.js:97)
at /Users/phil/work/brim/dist/app/query-home/flows/submit-search.js:35
at Object.dispatch (/Users/phil/work/brim/node_modules/redux-thunk/lib/index.js:11)
at dispatch (<anonymous>:3665:80)
Repro.mp4
The text was updated successfully, but these errors were encountered:
As shown in the attached video, now when the Time Range pin is added, the query re-executes as expected and we're now able to start manipulating the picker settings directly or by brushing the bar chart.
Repro is with Brim commit 1ee21a8.
To repro:
As shown in the video below, at this point it now hangs in "Fetching" status. A look in DevTools shows this stack dump when the query was executed:
If I try to execute the query again, I get this different stack dump:
Repro.mp4
The text was updated successfully, but these errors were encountered: