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