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