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