Statfine
Statfine
直接运行点击页面“+”|“-”按钮代码会报错redux-logger.js:1 Uncaught TypeError: r is not a function 去掉reduxLogger运行正常
#### What are you trying to achieve? i want keep LocalStorage like keepCookies #### What do you get instead? > Provide console output if related. Use `--verbose` mode for more...
when the loop change, it not work?? the problem is change loop from false to true is not work
**Is your feature request related to a problem? Please describe.** How to jump page in saga **Describe the solution you'd like** After login success i want jump to other page,...
## 这个功能解决了什么问题 ``` ``` 当中的Item. model设置成circle的时候拖拽到画布之后不会有节点,如何设置才能连线 ## 你所期望的 API 是怎样的 保留item图片样式,同时可以连线 
[合并表头,查询表单中合并的筛选项会丢失](https://github.com/ant-design/pro-table/issues/611) 添加表头展开方法,作用于columnsList设置和proColumnsMap
### 🧐 问题描述 [详细地描述问题,让大家都能理解] 查询表单会根据Columns中的hideInSearch进行设置, 但是不会显示合并表头的选项 ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] 如下图代码所示,正常设置显示和查询都OK,可是“标签”和“创建时间”合并到children里面表单显示正常,查询表单就没有标签和创建时间查询了 ### 🚑 其他信息 [如截图等其他信息可以贴在这里]  
``` player?.seek(7.1232); console.log(player?.getCurrentTime()); ``` 问题1: getCurrentTime获取始终为7 问题2:seek后触发timeupdate中获取到的时间不对 v2.9.11不会出现以上问题