king
2023-05-31 836dc03f4dd7f3e5e1770723f5b406c4bb1c1a18
src/utils/asyncLoadComponent.jsx
@@ -21,6 +21,12 @@
      this.setState({component})
    }
    componentWillUnmount () {
      this.setState = () => {
        return
      }
    }
    render() {
      const C = this.state.component