Skip to content

Commit b7904f6

Browse files
committed
Update Component type
1 parent bb32932 commit b7904f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/testing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ interface Options {
200200
}
201201

202202
interface BehavesAsComponent {
203-
Component: React.FunctionComponent<any>
203+
Component: React.ComponentType<any>
204204
systemPropArray: any[]
205205
toRender?: () => React.ReactElement
206206
options?: Options

0 commit comments

Comments
 (0)