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
Navigating from a trace page that is 404 (trace not found) to the search page results in a JS error.
Steps to reproduce the issue:
Visit a trace page that does not exist, e.g. /trace/000
Click the "Search" button in the top nav
Describe the results you received:
The page does not change and the following JS error is logged:
Uncaught TypeError: Cannot read property 'length' of undefined
at o (search.js:43)
at Array.map (<anonymous>)
at a (search.js:88)
at index.js:209
at get-last-xform-cacher.js:38
at Function.a [as mapToProps] (index.js:232)
at r (wrapMapToProps.js:43)
at Function.r.mapToProps (wrapMapToProps.js:52)
at r (wrapMapToProps.js:43)
at o (selectorFactory.js:26)
Describe the results you expected:
The search page is presented without error.
The text was updated successfully, but these errors were encountered:
Description
Navigating from a trace page that is 404 (trace not found) to the search page results in a JS error.
Steps to reproduce the issue:
/trace/000
Describe the results you received:
The page does not change and the following JS error is logged:
Describe the results you expected:
The search page is presented without error.
The text was updated successfully, but these errors were encountered: