jak103 / uno

Uno game for DevOps class
3 stars 34 forks source link

Missing reference to `player.cards` #282

Closed Candlemancer closed 4 years ago

Candlemancer commented 4 years ago

Somewhere between 0861add4b857a863112e3f529cf83c3f139f061f and 6df78d30b7a055915025d2a918e3089e4f790d95 starting a new game broke.

Before: image

After: image

The error in the console there references that player.cards is null when it's accessed by code in App.vue.

Candlemancer commented 4 years ago

Fixed by @logan-hendricks in 442eaae4ea2f42389bd413624a3f3b5dc8026c95