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