king
2025-04-16 4253ccb7a5ec8f27e6bfdf32fc17872deb1d97c4
src/utils/asyncLoadComponent.jsx
@@ -21,6 +21,12 @@
      this.setState({component})
    }
    componentWillUnmount () {
      this.setState = () => {
        return
      }
    }
    render() {
      const C = this.state.component