Nim G

Results 2 comments of Nim G

I solved this issue with antd 4.21.0 in the following way: ``` // Header display: flex ``` ``` // Menu width: 'calc(100% - 102px)' // 102px is the logo length...

Ran into this issue when I deleted `package-lock.json` but not `node_modules` and then ran `npm install`. I'm running npm version 9.5.1. Deleting `node_modules` as well and then running `npm install`...