File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ This gives you the power to prioritize our work and support the project contribu
47
47
- [ React Types Cheatsheet] ( #react-types-cheatsheet ) 🌟 __ NEW__
48
48
- [ Component Typing Patterns] ( #component-typing-patterns )
49
49
- [ Function Components - FC] ( #function-components---ffc )
50
- - [ Class Components - Class ] ( #class-components---class ) 📝 __ UPDATED__
50
+ - [ Class Components ] ( #class-components---class ) 📝 __ UPDATED__
51
51
- [ Generic Components] ( #generic-components )
52
52
- [ Render Props] ( #render-props ) 🌟 __ NEW__
53
53
- [ Higher-Order Components] ( #higher-order-components ) 📝 __ UPDATED__
@@ -234,7 +234,7 @@ export const FCSpreadAttributes: React.FC<FCSpreadAttributesProps> = (props) =>
234
234
235
235
---
236
236
237
- ## Class Components - Class
237
+ ## Class Components
238
238
239
239
#### - class counter
240
240
You can’t perform that action at this time.
0 commit comments