Open julienw opened 5 years ago
Bug has been reproduced here too. Think maybe I can work on this? Also, any tips as to how and where to look? Most first issues are taken.
The fix for this one hasn't been specified as much. We don't currently have great testing around our URL handling, and I would like to make sure we have a test for anything we do to fix this issue. This increases the complexity of this patch a bit, since there aren't any really good tests written for the back behavior. This one would require a full component test, which is a bit trickier.
The URL handling behavior is a bit complex, but utilizes the following files:
https://github.com/devtools-html/perf.html/blob/master/src/components/app/UrlManager.js https://github.com/devtools-html/perf.html/blob/master/src/app-logic/url-handling.js https://github.com/devtools-html/perf.html/blob/master/src/reducers/url-state.js https://github.com/devtools-html/perf.html/blob/master/src/selectors/url-state.js
We also have a bunch of development docs here: https://github.com/devtools-html/perf.html/tree/master/docs-developer
=> there's an error:
And this is happening in:
┆Issue is synchronized with this Jira Task