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 cc71c64 commit 55811ffCopy full SHA for 55811ff
types/test.tsx
@@ -131,7 +131,6 @@ export function wrappedRenderC(
131
interface AppWrapperProps {
132
children?: React.ReactNode
133
userProviderProps?: {user: string}
134
- children: React.ReactNode
135
}
136
const AppWrapperProps: React.FunctionComponent<AppWrapperProps> = ({
137
children,
0 commit comments