EmmaRamirez / nuzlocke-generator

📃 A nuzlocke template generator.
https://nuzlocke-generator.com/
28 stars 6 forks source link

Page Broken - Cannot read property "name" of undefined #251

Closed lorissa-b closed 4 years ago

lorissa-b commented 4 years ago

Steps to Reproduce

Expected Result Team box background should stay the same

Console Error TypeError: Cannot read property 'name' of undefined at ResultBase.renderContainer (VM20970 Result.tsx:101) at ResultBase.render (VM20970 Result.tsx:277) at gi (VM19766 react-dom.production.min.js:182) at fi (VM19766 react-dom.production.min.js:181) at Rj (VM19766 react-dom.production.min.js:263) at Qj (VM19766 react-dom.production.min.js:246) at Kj (VM19766 react-dom.production.min.js:246) at yj (VM19766 react-dom.production.min.js:239) at eval (VM19766 react-dom.production.min.js:123) at exports.unstable_runWithPriority (VM19768 scheduler.production.min.js:19) from VM19822 rollbar.umd.min.js:2

EmmaRamirez commented 4 years ago

I wonder if some of the other changes I made to boxes have unintentionally fixed this, as I can't seem to reproduce it (using a fresh instances)

EmmaRamirez commented 4 years ago

Closing for now as I can't reproduce.