substrate-collectables-workshop
substrate-collectables-workshop copied to clipboard
Uncaught TypeError: Cannot read property 'name' of undefined @ KittyCard
Hi, I'm on the below page in the tutorial.
https://substrate.dev/substrate-collectables-workshop/#/4/rendering-kitties
I got an error like below in the console.
Could anyone figure out the reason?
Hi, I commented out the line inside KittyCards/index.jsx, readyRender() inside KittyCard.
I got Kitties displayed.
Maybe owner.name didn't initialize properly?