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