useFC memo
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-07-12 03:05:14 +02:00
parent 0a5dac5f34
commit 5aa5c28465
2 changed files with 7 additions and 6 deletions

View File

@@ -111,6 +111,3 @@ export const Todo = Component.make(function* Todo(props: TodoProps) {
</Flex>
)
})
const MemoizedTodo = Component.memo(Todo)
const MemoizedTodo2 = Component.memo(MemoizedTodo)