Adem
                                            Adem
                                        
                                    I removed this line and code working now `` await ig.simulate.preLoginFlow(); ``
I solved like spaghetti way. In your myAntDesignImport.less file ``` // Dont use @import "~antd/dist/antd.less" @import "~antd/lib/style/themes/index"; @import "~antd/lib/style/mixins/index"; @import "~antd/lib/style/core/base"; @import "~antd/lib/style/core/iconfont"; @import "~antd/lib/style/core/motion"; @import "~antd/lib/style/components"; @primary-color: #1890ff; //...
Thank you for the answer. I will use this and try it, if I find a positive way I will inform :)
Here it is: https://codesandbox.io/s/ancient-bush-exyt8r?file=/src/index.js
Its not the solution but i solved like this: Create an empty div before table, set width 100% ```react
Ah okay, thanks for informing 😃