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