seeschweiler / jsissuetracker

JS Issue Tracker
50 stars 71 forks source link

Uncaught TypeError: Cannot read property 'length' of null #5

Open asad393 opened 6 years ago

asad393 commented 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()">

kelseygrange commented 5 years ago

Am also having the same issue when I try to test the application.