king
2024-09-15 0bb14cace6c3eeb3d1ee6903324b15fdb0c6e562
src/utils/asyncLoadComponent.jsx
@@ -21,6 +21,12 @@
      this.setState({component})
    }
    componentWillUnmount () {
      this.setState = () => {
        return
      }
    }
    render() {
      const C = this.state.component