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