Jungzl
Jungzl
replace [classnames](https://github.com/JedWatson/classnames) with [clsx](https://github.com/lukeed/clsx) which is smaller
I think this should be fixed ASAP @anncwb
For anyone who are using pnpm ```json "pnpm": { "overrides": { "swagger-typescript-api>typescript": "4.7.4" } } ```
Add code snippets below to your `package.json` and reinstall. pnpm: ```json "pnpm": { "overrides": { "@ant-design/pro-utils>@ant-design/cssinjs": "0.0.0-alpha.45" } } ``` yarn: ```json "resolutions": { "@ant-design/pro-utils/**/@ant-design/cssinjs": "0.0.0-alpha.45" } ``` npm: ```json...
> We just fixed a bug that caused the same errors in [c222daa](https://github.com/vercel/turbo/commit/c222daa84088203af01d79e5e87b5d81a7868138). What version of node are you using? v16.18.0
```typescript const consoleError = console.error.bind(console) console.error = (errObj, ...args) => !(isDev && (typeof errObj === 'string' || typeof errObj.message === 'string') && args.includes('findDOMNode')) && consoleError(errObj, ...args) ``` https://github.com/ant-design/ant-design/issues/26136#issuecomment-965111940
https://developer.chrome.com/docs/css-ui/scrollbar-styling?hl=zh-cn
Could someone reopen this and add `not stale` label
Some regions like France use comma as their decimal mark by default, you can still choose decimal point style number format by `Settings` ⇒ `Language & Region` ⇒ `Number Format`....