project-anuvaad / Project-Saral

Project Saral should be viewed as an OCR-plus application that is capable of doing OCR and can also understand the structure of the physical input.
MIT License
0 stars 1 forks source link

while adding more than 20 students in local storage fails with TypeError: undefined is not an object (evaluating 'o.studentId') #106

Open apurvabisht97 opened 2 years ago

apurvabisht97 commented 2 years ago

when I am scanning more than 20 students and try to add more students then I am not getting submit button . ScannedDetailsComponent.js => if (o.studentId == studentId) Error:- WARN Possible Unhandled Promise Rejection (id: 0): TypeError: undefined is not an object (evaluating 'o.studentId') http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.saralapp&modulesOnly=false&runModule=true:149064:60 filter@[native code] http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.saralapp&modulesOnly=false&runModule=true:149063:72 forEach@[native code] http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.saralapp&modulesOnly=false&runModule=true:149062:53 forEach@[native code]

apurvabisht97 commented 2 years ago

students.txt

kindly use above student file data in student json .. you will be able to get 51 students for school 4 ... class 2-D . Above issue you can create when you will scan the sheet for third time .