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