pointhalo
pointhalo
我和 @DaiQiangReal 讨论了一下,感觉我两还没彻底理解这个上下文。 - 阻止了a标签的默认事件,但是还是需要单独在 onNavigate中 调 router的相关操作函数。与原有的操作似乎没有太多区别,主要是自动做了 阻止默认事件?
> I need this. Every time I click a nav item, the layout refreshes. Maybe you can add an attribute to `Nav.Item` like `as` to prefer other components for preferred...
This should be a bug, not what we expected. We didn't explicitly control this behavior, maybe some properties of our application were accidentally affecting it. We need time to figure...
- 基础做法是支持在 title中增加一个input 作为filter,并内置一些筛选相关的处理逻辑 - 不过可能并非是最优解,在列信息越来越多的时候,复合的筛选会是更合理的交互(最近看到一个Medium上的分享:https://medium.com/@lodestar-design/process-doc-how-i-polish-micro-interactions-for-search-filters-in-a-table-bd729a55895c),这个可能作为 Table外置挂件更合理
理论上pnpm下这个是软链,路径做额外处理感觉不是很合理。看起来是dart-sass不识别软链
这个暂时没有解决方案,需要先换 yarn或者npm绕过
@shijiatongxue date-fns的locale是否也需要新增引入?
1. We will update the peer dependency declaration of icons and illustrations soon 2. But upstream dependencies: `react-resizable` and `react-sortable-hoc` may not be handled very quickly, depending on the authors...
看起来是对这个API作用理解有误。 keepDOM是声明式调用时,当你change modal visible true/false 的时候,始终保持容器不销毁。 而如果你用 modal.info、create这种命令式调用时,是一定会新建的。这个API本身就不应该在命令式调用里使用。 
命令式调用相当于,你call一次,就一定新建一个新的modal。如果你是要动态更新命令式调用的modal的内容,那么你可以用update。