Exercise-04
I'm trying to apply these methods to my project, but I have not modified the files at all, just added the dependencies needed, exercise 1-3 worked fine.
I get a error in google devtools:
PokemonCard.js?e9b4:37 Uncaught TypeError: Cannot read property 'fragments' of undefined
line 37 it says:
pokemon: propType(PokemonCard.fragments.pokemon).isRequired,
"save me"