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 3b8f9b1 commit 3af4a5dCopy full SHA for 3af4a5d
state-management/lifting-state-up/src/App.tsx
@@ -2,7 +2,6 @@ import { useState } from "react";
2
3
type Props = {
4
title: string;
5
- children: string;
6
isActive: boolean;
7
onActivation: () => void;
8
};
0 commit comments