React 18, filter menu: maximum update depth exceeded
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- "@fortune-sheet/react": "^0.12.3",
- 右键展开菜单
- 点击筛选选区
- 点击单元格内选区按钮
- 可以看到报错 Uncaught Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots

Unhandled Runtime Error
Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
Call Stack
checkForNestedUpdates
node_modules\.pnpm\[email protected][email protected]\node_modules\react-dom\cjs\react-dom.development.js (27292:0)
scheduleUpdateOnFiber
node_modules\.pnpm\[email protected][email protected]\node_modules\react-dom\cjs\react-dom.development.js (25475:0)
dispatchSetState
node_modules\.pnpm\[email protected][email protected]\node_modules\react-dom\cjs\react-dom.development.js (17527:0)
Additional context Add any other context about the problem here.
Ok, will look into it
guys. how can I change value in header of columns& (I mean instead of ABCDEF... I want 'First column name', 'Second column name' and so one...
guys. how can I change value in header of columns& (I mean instead of ABCDEF... I want 'First column name', 'Second column name' and so one...
Still not support custom column name