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