You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
I shared with you, files are in web/static/js/components
Can't seem to make it work with the fragments so I commented them out in PokemonCard and PokemonCardHeader
web/static/js/index.jsx is where I ApolloProvider is located 👍
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"
The text was updated successfully, but these errors were encountered: