Skip to content

Commit 53fc63e

Browse files
wewoormumiao
authored andcommitted
fix: alter the type of Connector props and status to any
1 parent b9fed09 commit 53fc63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/connector.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function connect(
1717
Controller?: Controller | ControllerObject,
1818
watchFiled?: object
1919
) {
20-
return class Connector extends React.Component {
20+
return class Connector extends React.Component<any, any> {
2121
state: { lastUpdated: number };
2222
constructor(props) {
2323
super(props);

0 commit comments

Comments
 (0)