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