king
2023-02-09 4453a9e63e8e176c70c432b03fd4ba3ebf00a04c
src/utils/asyncComponent.jsx
@@ -20,6 +20,12 @@
      this.setState({component})
    }
    componentWillUnmount () {
      this.setState = () => {
        return
      }
    }
    render() {
      const C = this.state.component