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