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