Jakub Różbicki
Jakub Różbicki
Closes #5272 Is `object extends T` different than `T extends object`? Before: Following basic example, if Person had only optional fields DeepKeys would use `object extends T` and infer `string`...
### Describe the bug When `TData` type passed to `createColumnHelper` has all fields optional, we lose type-safety when using columnHelper.accessor function. All fields are infering types just fine, but we...
**Describe the bug** Using Next.js 14.1, build throws errors for bunch of pages, one of which was: ``` ⨯ useSearchParams() should be wrapped in a suspense boundary at page "/404"....
I've tried [demo](https://aeharding.github.io/metar-taf-parser/metar?input=KTTN+051853Z+04011KT+1+1%2F2SM+VCTS+SN+FZFG+BKN003+OVC010+M02%2FM02+A3006+RMK+AO2+TSB40+SLP176+P0002+T10171017%3D) example on website: ```ts weatherConditions: [ { "intensity": "VC", "descriptive": "TS", "phenomenons": [] }, { "phenomenons": [ "SN" ] }, { "descriptive": "FZ", "phenomenons": [ "FG" ]...
### Dependencies check up - [X] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? 7.13.2...
Fixes broken relative links