Fidelgithub

Results 5 comments of Fidelgithub

我通过在示例里抛出空组件的方式实现了这个效果,希望能直接识别interface,这样就不需要识别嵌套层级问题,通过API组件的exports就可以控制展示了 ![image](https://user-images.githubusercontent.com/17291450/140038840-ea1e9394-ed12-4c1d-b106-600dd6cf344f.png)

有没有办法直接解析导出的interface,场景是不想展示继承的props,目前是用导出空组件的方式实现会多一下无意义代码 ![image](https://user-images.githubusercontent.com/17291450/140044868-c91ea6a6-9a2d-4182-a3a4-7ce4514d7ad2.png) ``` ```

> ![image](https://user-images.githubusercontent.com/3727494/101857537-b0177480-3ba2-11eb-97d9-65736fde3020.png) 需要在扩展程序管理这里查看 背景页 请教下你这里是怎么使用的?我安装了插件但是我在本地`localhost`发起请求还是跨域 下面是我的插件设置界面 ![image](https://user-images.githubusercontent.com/17291450/145187319-a4517352-b59a-4386-9cf4-e4d9ecefe086.png)

请问问题解决了吗,我这里遇到了同样问题,其中一个包依赖了另一个包,不过是通过包的形式不是相对路径

umi环境参考:https://github.com/umijs/umi/issues/8303 报iframeReady错误时可在主应用手动加上 ```js window.__REACT_ERROR_OVERLAY_GLOBAL_HOOK__ = window.__REACT_ERROR_OVERLAY_GLOBAL_HOOK__ || {} ```