Closed OliverJAsh closed 3 years ago
Sometimes, when I hover over the graph, I get an error in my console and the whole app disappears.
I believe the error originates from this line. Presumably, dataSeries does not contain a value at index revision.index. Why would this happen? 🤔
dataSeries
revision.index
https://github.com/paularmstrong/build-tracker/blob/0d2074301dcebbb18f01c3d4a210774920254b03/src/app/src/components/Graph/HoverOverlay.tsx#L115
No error
Error as per above
Problem
Sometimes, when I hover over the graph, I get an error in my console and the whole app disappears.
I believe the error originates from this line. Presumably,
dataSeries
does not contain a value at indexrevision.index
. Why would this happen? 🤔https://github.com/paularmstrong/build-tracker/blob/0d2074301dcebbb18f01c3d4a210774920254b03/src/app/src/components/Graph/HoverOverlay.tsx#L115
Steps to Reproduce
Expected Result
No error
Actual Result
Error as per above