遇见同学
遇见同学
- #2795 this ?
> 补充:1、同一个Tab下存在多个ErrorBlock时,显示均正常; 2、多个Tab有ErrorBlock时,只有第一个Tab中的ErrorBlock显示正常,其余均不正常; @KilianShen 我研究了一下 是由于 tab 组件 或者其他存父 display none 和 block 导致 svg 渲染 异常, 这其实是一个 浏览器渲染优化导致的现象 你可以尝试加上判断再渲染,虽然比较繁杂 可以解决 ```jsx activeKey === 'Tab2' && activeKey === 'Tab3' &&...
现在还存在问题吗? 方便提供个最小复现 demo 吗 codesandbox
@tarun-sharma-dev-sol await release [https://github.com/react-component/select/pull/1158](https://github.com/react-component/select/pull/1158)
> > [@tarun-sharma-dev-sol](https://github.com/tarun-sharma-dev-sol) await release [react-component/select#1158](https://github.com/react-component/select/pull/1158) > > Was it forgotten to release? It seems to have been merged for a long time. maybe! I'll find the boss later
@thinkasany 好的
@thinkasany 解决好了, 看了下差异。 - 删了部分测试相关代码和遗留的变更代码 & 同步了最新分支 - 修改了icon-debug 和 loading 的 DropDown.Button 的demo - 删除了根文件 DropDown.Button 组件导出
@thinkasany 1. 好的  2. 你是指这些单测文件需要保留吗? Thanks

维护的