微风花落
微风花落
### Version 5.5.0 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/large-scale-area-chart-9hqlk9 ### Steps to Reproduce 使用官方示例:https://codesandbox.io/p/sandbox/large-scale-area-chart-9hqlk9 1. 缩放缩小到能够显示所有数据 2. 鼠标移入图表,发现显示了tooltip的标记线,但是没有显示tooltip的content 3. 移动到部分数据上或放大,又可以显示content ### Current Behavior 折线图设置降采样sampling: 'lttb'时,选中非采样点,tooltip的formatter函数的params参数返回为空,tooltip也不会弹出 ### Expected Behavior 希望选中非采样点时,也可以弹出tooltip的content ###...
### What version of Bun is running? v1.1.18 ### What platform is your computer? Microsoft Windows NT 10.0.22621.0 x64 ### What steps can reproduce the bug? node: v22.2.0  ...
创作出错: Error code: 400 - {'error': {'message': 'response_format` does not support streaming', 'type': 'invalid_request_error'}}
# Bug report ## Description / Observed Behavior When using useSWRInfinite with {revalidateOnMount: true, revalidateFirstPage: false}, if there is a useLayoutEffect with change state in it, the component will not...