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