antvis / S2

⚡️ A practical visualization library for tabular analysis.
https://s2.antv.antgroup.com
MIT License
1.48k stars 194 forks source link

🤔S2明细表在使用tooltip 对dataCell自定义时 抛出异常! #2861

Closed Shanks0724 closed 2 months ago

Shanks0724 commented 2 months ago

🏷 Version

Package Version
@antv/s2 2
@antv/s2-react 2
@antv/s2-vue

Sheet Type

🖋 Description

S2明细表在使用tooltip 对dataCell自定义时 抛出异常!

20240815-11243211qqqqqq

20240815-112443wwwww

20240815-112449eeeeee

🔗 Reproduce Link

😊 Expected Behavior

😅 Current Behavior

lijinke666 commented 2 months ago

亲亲, 你用的 react 为什么不返回一个 jsx , 要返回一个 dom? 且类型提示都告诉你, 需要一个 ReactNode

content: () => {
  return <span>{text}</span>
}

image