Carl Chen
Carl Chen
```ts type Flatten = T extends [ infer r, ...infer rest ] ? r extends unknown[] ? Flatten : Flatten : U ```
fix Hydration node mismatch for in SSR close #7348
resolve #7684 Since too many people still pass in the `string` type when configuring a token, this can cause errors in the `MapToken` result.
resolve #7627 - [x] defaultValue - [x] disabled - [x] formatter - [x] mask - [x] length - [x] status - [x] size - [ ] variant - [x] value...
resolve #7634 using the extension operator (...) When using the extension operator (...), the element is stored in stack memory. related: https://stackoverflow.com/questions/61740599/rangeerror-maximum-call-stack-size-exceeded-with-array-push
resolve #7650 Fixed the focus on the panel. Since the footer can be extended, the focus event might occur inside the panel.
resolve #7771 the `value` parameter of the formatter is required.
close #7637