We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9ed9e commit d06a866Copy full SHA for d06a866
src/course/02- lessons/01-Bronze/StateColocationVsStateLifting/lesson.mdx
@@ -111,8 +111,6 @@ You are creating a part of the new Pokemon Battle game and the screen you are wo
111
112
### What we are going to do?
113
114
-In today’s exercise, we’re going to refactor this component to using a combination of state colocation and state lifting to complete the task.
115
-
116
The lead developer on the team has structured how the screen should work:
117
118
- **components/Screen** - manages the state selectedPokemonTypes & selectedPokemonForBattle and handles the updating of those variables.
0 commit comments