S2
S2 copied to clipboard
react SheetComponent 导出界面异常🐛
🏷 Version
| Package | Version |
|---|---|
| @antv/s2 | 1.29.0 |
| @antv/s2-react | 1.26.0 |
| @antv/s2-vue |
Sheet Type
- [ -] PivotSheet
- [ ] TableSheet
- [ ] GridAnalysisSheet
- [ ] StrategySheet
🖋 Description
<SheetComponent
loading={loading}
adaptive={{ width: true, height: true }}
themeCfg={{ name: 'gray' }}
sheetType="pivot"
header={{
exportCfg: {
open: true,
},
}}
/>
如上,配置导出复制生效时,界面异常,菜单项一直存在无法关闭

⌨️ Code Snapshots
🔗 Reproduce Link
🤔 Steps to Reproduce
😊 Expected Behavior
😅 Current Behavior
💻 System information
你好 @lichia9527,请提供一个可以在线访问的链接, 或者使用 codesandbox 提供示例并详细说明复现步骤 (查看更多模板), 15 天内未回复issue自动关闭。
Hello, @lichia9527, please provide an accessible link or usage codesandbox to describe the reproduction steps (more template). The issue will be closed without any replay within 15 days.
antd 新版本 visible 属性变成了 open, 和 s2 的 open 重名了, 导致透传下去无法关闭
你好 @lichia9527,很抱歉给你带来了不好的体验, 我们会尽快排查问题并修复, 请关注后续发布日志.
Hello, @lichia9527, We are so sorry for the bad experience. We will troubleshoot and fix the problem as soon as possible. Please pay attention to the follow-up change logs.
:tada: This issue has been resolved in version @antv/s2-react-v1.30.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket: