pointhalo
pointhalo
> 这个bug啥时候能fix 这个bug的根本原因是当前 ArrayField 的更新机制不太合理,依赖于父组件的 forceUpdate。而forceUpdate如果被 setTimeout 包裹 或者 处于 async callback 中的调用链中时,子组件的 componentDidUpdate的触发时机,会与非异步时有区别。 所以 **涉及 ArrayField 更新机制的重新设计,改动点比较多** ,我这边已经有一个分支在跟进这个问题 https://github.com/DouyinFE/semi-design/commits/refactor-ArrayFieldUpdate ,但整体需要回归的case很多,也有一些新产生的bug未完全 fix,暂时还没有明确的提PR的时间。 在未修复之前,暂时可以先通过强制 父组件 rerender一次,来作为临时方案绕过这个问题 eg ```diff class ArrayFieldDemo extends...
> Hi. > > any news on when to update the peer dependencies? Sorry, no more progress here. But fortunately peer is not a blocking item, you can choose to...
solve after v2.41.0-beta.0. update react-resizable to latest version remove react-sortable-hoc dependence
@shijiatongxue seems that this issue has been fixed a long time ago, but the version number of the fix and the close issue are not updated here ?
> @pointhalo 你好!这个feature我可以负责吗? welcome
 根据这个设计实现:https://www.figma.com/file/es735fTtjcbaH0KFCYXXTS/Semi-Components-2022?node-id=2%3A14023&t=Htze3JgZWRRTuahL-0
 v2.32 已支持 monthRange
Datepicker 需要提供 open、close method,用于解决以下场景: 【开启确认选择时,需要点击取消按钮关闭面板,若点击空白区域没法关闭面板。我的场景datepicker跟tab是一起用的,有没有什么办法让datepicker渲染受控?不然用户换tab的时候datepicker都消不掉】
remix 的roadmap上,有提及他们计划修改对于 css import 的限制,感觉这个等他们来支持更合理 https://github.com/remix-run/remix/discussions/4775 https://github.com/remix-run/remix/issues/4817
✅ Remix 对 css side effect import 的支持已release ✅ Semi 侧使用文档已更新 升级 remix至 latest版本,按照文档指引操作即可完成接入使用:https://semi.design/zh-CN/start/getting-started 