无止休

Results 19 comments of 无止休

可以分别提取。目前还不支持配置。

这里应该是会重新做一遍导入的,你可以看下能不能重现问题。

主应用和子应用,使用到 qiankun 的都升级到最新版本了,并没有解决问题。

> 那说明不是同一个问题。可以单独提个issue提供复现仓库看下 验证是这个问题,跟这个 issue描述的一致:https://github.com/umijs/qiankun/issues/1232 复现的仓库可以参考这个 https://github.com/umijs/plugins/issues/671

目前发现微组件切换之后,这个条件不成立了,所以会导致 `appendChild ` 重写失败。删掉这个判断条件就可以解决问题。 > ```js > if ( > HTMLHeadElement.prototype.appendChild === rawHeadAppendChild && > HTMLBodyElement.prototype.appendChild === rawBodyAppendChild && > HTMLHeadElement.prototype.insertBefore === rawHeadInsertBefore > ) { > ``` 不过目前还没有想到很好的解决方法。 @devinRex

![image](https://cloud.githubusercontent.com/assets/722603/15250020/3a83c4f4-1955-11e6-8fbb-cd2e32dfb9e4.png) yes , i have add my secret and u, the result is empty. but in my pinboard serach page it has results. ![image](https://cloud.githubusercontent.com/assets/722603/15250056/654f51f8-1955-11e6-9da0-61c55f385ceb.png) so i think this api does...

i know the problem. in your code, you translate queryString to a list of tags, i did not add this tag in my pinboard. may be first i think the...

这个问题有什么最新进展么? 看起来是这里的代码有问题,tableLoading 的时候,如果这么写,会导致 loading 期间的搜索条件变更输入不触发表格的重新请求。 https://github.com/ant-design/pro-components/blob/3b727d899aeb8fd7d8b8fb3926bd6a037fc54a55/packages/table/src/useFetchData.tsx#L165-L172

可以放出一些 road map, 或者 todos么? 这样也许会有一些Contributors