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