king
2025-04-13 ce1f4b3871cdccf6733303e7788bbd1eaf699c42
src/utils/asyncComponent.jsx
@@ -20,6 +20,12 @@
      this.setState({component})
    }
    componentWillUnmount () {
      this.setState = () => {
        return
      }
    }
    render() {
      const C = this.state.component