king
2023-08-27 7c5f8d56fc0037f2aa1e931bbe7fdaf7f5cf22c6
src/utils/asyncLoadComponent.jsx
@@ -21,6 +21,12 @@
      this.setState({component})
    }
    componentWillUnmount () {
      this.setState = () => {
        return
      }
    }
    render() {
      const C = this.state.component