jermay / crypto-kitties

A Crypto Kitties clone. For fun... and maybe food for the Crypto Zombies tutorial! Mwuahahah!
64 stars 46 forks source link

Generate /breed issue #73

Open Viper-DEV-42 opened 3 years ago

Viper-DEV-42 commented 3 years ago

Help. when i breed/generate new cat sometimes gaves me this error

TypeError: Cannot read property 'color' of undefined ColorCattribute.getCssColor src/components/js/ColorCattribute.js:27 24 | 25 | // returns the hex color value 26 | getCssColor() {

27 | return colorObj[this.value].color; | ^ 28 | } 29 | 30 | get valueName() {