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 f6974fc commit 7859096Copy full SHA for 7859096
types/test.tsx
@@ -129,7 +129,7 @@ export function wrappedRenderC(
129
options?: pure.RenderOptions,
130
) {
131
interface AppWrapperProps {
132
- children?: React.ReactNode;
+ children?: React.ReactNode
133
userProviderProps?: {user: string}
134
}
135
const AppWrapperProps: React.FunctionComponent<AppWrapperProps> = ({
0 commit comments