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