Closed mattbal closed 3 months ago
https://redux.js.org/tutorials/essentials/part-6-performance-normalization#adding-user-pages
The code block for UserPage is titled features/users/UserPage.ts instead of features/users/UserPage.tsx
UserPage
features/users/UserPage.ts
features/users/UserPage.tsx
Change the extension to be .tsx
.tsx
What docs page needs to be fixed?
https://redux.js.org/tutorials/essentials/part-6-performance-normalization#adding-user-pages
What is the problem?
The code block for
UserPage
is titledfeatures/users/UserPage.ts
instead offeatures/users/UserPage.tsx
What should be changed to fix the problem?
Change the extension to be
.tsx