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