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
When a new individual visits the reports page, but doesn't have data, the page errors
WeeklyLineGraph.tsx:24 Uncaught Error: Array is empty
at getMinMaxFromArray (WeeklyLineGraph.tsx:24:11)
at WeeklyLineGraph (WeeklyLineGraph.tsx:40:24)
at renderWithHooks (chunk-WMTG43VY.js?v=5d3a2026:11548:26)
at mountIndeterminateComponent (chunk-WMTG43VY.js?v=5d3a2026:14926:21)
at beginWork (chunk-WMTG43VY.js?v=5d3a2026:15914:22)
at HTMLUnknownElement.callCallback2 (chunk-WMTG43VY.js?v=5d3a2026:3674:22)
at Object.invokeGuardedCallbackDev (chunk-WMTG43VY.js?v=5d3a2026:3699:24)
at invokeGuardedCallback (chunk-WMTG43VY.js?v=5d3a2026:3733:39)
at beginWork$1 (chunk-WMTG43VY.js?v=5d3a2026:19765:15)
at performUnitOfWork (chunk-WMTG43VY.js?v=5d3a2026:19198:20)
The text was updated successfully, but these errors were encountered:
When a new individual visits the reports page, but doesn't have data, the page errors
WeeklyLineGraph.tsx:24 Uncaught Error: Array is empty
at getMinMaxFromArray (WeeklyLineGraph.tsx:24:11)
at WeeklyLineGraph (WeeklyLineGraph.tsx:40:24)
at renderWithHooks (chunk-WMTG43VY.js?v=5d3a2026:11548:26)
at mountIndeterminateComponent (chunk-WMTG43VY.js?v=5d3a2026:14926:21)
at beginWork (chunk-WMTG43VY.js?v=5d3a2026:15914:22)
at HTMLUnknownElement.callCallback2 (chunk-WMTG43VY.js?v=5d3a2026:3674:22)
at Object.invokeGuardedCallbackDev (chunk-WMTG43VY.js?v=5d3a2026:3699:24)
at invokeGuardedCallback (chunk-WMTG43VY.js?v=5d3a2026:3733:39)
at beginWork$1 (chunk-WMTG43VY.js?v=5d3a2026:19765:15)
at performUnitOfWork (chunk-WMTG43VY.js?v=5d3a2026:19198:20)
The text was updated successfully, but these errors were encountered: