mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:45:56 +08:00
fix: missing change
This commit is contained in:
@@ -63,7 +63,4 @@ const withMouseHover = hoistStatics<InjectedProps>(
|
||||
}
|
||||
);
|
||||
|
||||
// TODO: workaround, add bug link.
|
||||
export default withMouseHover as <P extends Partial<InjectedProps>>(
|
||||
BaseComponent: React.ComponentType<P>
|
||||
) => React.ComponentType<P>;
|
||||
export default withMouseHover;
|
||||
|
||||
Reference in New Issue
Block a user