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