Open asad393 opened 6 years ago
Uncaught TypeError: Cannot read property 'length' of null at fetchIssues (main.js:9) at onload (index.html:14)
main.js:9 is
for (var i = 0; i < issues.length; i++)
index.html:14 is <body onload="fetchIssues()">
<body onload="fetchIssues()">
Am also having the same issue when I try to test the application.
Uncaught TypeError: Cannot read property 'length' of null at fetchIssues (main.js:9) at onload (index.html:14)
main.js:9 is
for (var i = 0; i < issues.length; i++)
index.html:14 is
<body onload="fetchIssues()">