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