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