Tim Schilling
Tim Schilling
Closing as duplicate of #1647 and closed in #1651
Is this running locally? And/or does it happen to be in an iframe? On Mon, May 30, 2022, 5:46 AM Sergey Lyapustin ***@***.***> wrote: > Got that error in the...
@pbadeer what version of the toolbar were you using? That should be handled in v3.6
The toolbar currently does not support async and the collection of statistics is tightly coupled to a request. If you do end up diving into how to modify the toolbar...
Currently the only API for collecting the data is done via the middleware and the methods on the panels themselves.
I believe DDT is built with the idea to avoid using as many third party libraries as possible. I would assume this would be better suited for a third party...
Do the requests to the toolbar (`/__debug__/*`) have a store id included in them?
Are you running this on a server (something not local)? If so, did you restart the web server between changes?
Can you verify that the store id doesn't change from the initial response to the browser, so when the toolbar's javascript makes requests for additional content? The easiest way to...
@brettdh A few questions: - Is it possible to expose the values within the store? `toolbar._store` - Does this problem exist before the history panel was introduced (v3.1 I think)....