Parsing error: Unexpected token
11 | }
12 | const withLoader =
(WrappedComponent: React.ComponentType
, url: string) => {
13 | return class LoaderComponent extends React.Component<Partial, ILoaderState> {
| ^
14 | constructor(props: any) {
15 | super(props)
16 | this.state = {
如上return 报错