hkajava / s2g

Students2Groups Meteor application. Noticed in Spanish conversation class that the teacher doesn't have a good method to divide students into small groups for conversation so this application will provide easy way to do that. Also testing Meteor/React technologies with this application.
MIT License
1 stars 0 forks source link

BUG: studentGroups not working after new user creation #11

Closed hkajava closed 6 years ago

hkajava commented 6 years ago

Steps to reproduce: Open s2g Open console Create new user Error in browser console: TypeError: Cannot read property 'students' of undefined at RandomizeStudentGroup.getStudentsInClient (http://localhost:3000/app/app.js?hash=e1f30e86044fbdd58b1434e44fc2aa4ab0e26d25:1494:33) at new RandomizeStudentGroup (http://localhost:3000/app/app.js?hash=e1f30e86044fbdd58b1434e44fc2aa4ab0e26d25:1461:37) at http://localhost:3000/packages/modules.js?hash=1b567e15b9755593455b7b61aac53f40e460d982:18061:18 at measureLifeCyclePerf (http://localhost:3000/packages/modules.js?hash=1b567e15b9755593455b7b61aac53f40e460d982:17842:12) at ReactCompositeComponentWrapper._constructComponentWithoutOwner (http://localhost:3000/packages/modules.js?hash=1b567e15b9755593455b7b61aac53f40e460d982:18060:16) at ReactCompositeComponentWrapper._constructComponent (http://localhost:3000/packages/modules.js?hash=1b567e15b9755593455b7b61aac53f40e460d982:18046:21) at ReactCompositeComponentWrapper.mountComponent (http://localhost:3000/packages/modules.js?hash=1b567e15b9755593455b7b61aac53f40e460d982:17954:21) at Object.mountComponent (http://localhost:3000/packages/modules.js?hash=1b567e15b9755593455b7b61aac53f40e460d982:10785:35) at Object.obj.(anonymous function) [as mountComponent] (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/backend.js:8598:20) at Object.updateChildren (http://localhost:3000/packages/modules.js?hash=1b567e15b9755593455b7b61aac53f40e460d982:17588:51)

hkajava commented 6 years ago

workaround after that is to reload page