Reading property of undefined
when switching repo in activity dashboard
#287
Labels
undefined
when switching repo in activity dashboard
#287
Describe the bug
Cannot read property of
undefined
(reading 'id')To Reproduce
Steps to reproduce the behavior:
Note that no activity shows up. However, this is not observed with the following steps:
Some activity shows up.
Expected behavior
There should not be any bug as described.
Screenshots
Desktop (please complete the following information):
Additional context
This might be due to unnecessary call to
issueService
. The line occurs inissueService::updateLocalStore
method:The given
issuesToUpdate
parameter is an array ofundefined
s, i.e.[undefined, undefined, ...]
The text was updated successfully, but these errors were encountered: