Table fixed column warning when changing `ConfigProvider` direction
See original GitHub issueReproduction link
https://github.com/nichita-pasecinic/antd-fixed-column-dev-warning
Steps to reproduce
git clone https://github.com/nichita-pasecinic/antd-fixed-column-dev-warning
npm i # install deps
npm run dev
Toggle direction by clicking on the button
What is expected?
Columns should be fixed and no warning / error is displayed in console
What is actually happening?
Columns are correctly fixed, but there is an annoying warning in dev mode
Environment | Info |
---|---|
antd | 4.20.2 |
React | 17.0.2 |
System | Windows 10 pro |
Browser | Chrome 100 |
The issue is not reproducible in stackblitz playground, ONLY local.
The warning itself comes from rc-table
, I presume that it comes from useColumns hook
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
ConfigProvider - Ant Design
This component provides a configuration to all React components underneath itself via the context API. In the render tree all components will have...
Read more >Change direction of layout to RTL in Ant Design Blazor
I mean changing direction to RTL similar the way Ant Blazor website changes direction by a button in header and using ConfigProvider.
Read more >Table - Ant Design
A table displays rows of data. ... Name, Age, Address, Tags, Action ... sort methods for each columns, effective for all columns when...
Read more >Table - Ant Design - GitHub Pages
To fix some columns and scroll inside other columns, and you must set scroll.x meanwhile. Specify the width of columns if header and...
Read more >CHANGELOG - Naive UI
Fix n-data-table 's column's align doesn't work for table header, closes #4063. 2.34.0. Breaking Changes. Wrap a ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I fixed it. You can ignore it for now.
You may look for issues:
🤖 By issues-similarity-analysis