jermay / crypto-kitties

A Crypto Kitties clone. For fun... and maybe food for the Crypto Zombies tutorial! Mwuahahah!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate /breed issue

Viper-DEV-42 opened this issue · comments

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() {