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