king
2024-07-15 f4b9504cad034ddcdef21c2081d14a4984fcd2d3
src/utils/asyncComponent.jsx
@@ -20,6 +20,12 @@
      this.setState({component})
    }
    componentWillUnmount () {
      this.setState = () => {
        return
      }
    }
    render() {
      const C = this.state.component