Wuif
Wuif
I cant find a way to add default translations for plural strings. something like: ```js t('example', { count: 3 }, { default: { one: '{{count}} car', other: '{{count}} cars' }...
Added `type="range"` to `DateTimePicker` as it is currently not implemented, but my be a nice feature in my opinion.
### What package has an issue @mantine/code-highlight ### Describe the bug As `@mantine/code-highlight` includes all files of higlight.js it increases the bundle size by about 300kb (gzip). ### What version...
- `@testing-library/preact` version: `3.2.3` - `preact` version: `10.13.2` - `node` version: `18.14.0` - `npm` version: `9.3.1` **What happened:** Starting with `v3.1.0` i have problems running my tests with jest. When...
### What package has an issue @mantine/dates ### Describe the bug @rtivital it seams that the merge/build is somewhat strange for the timezones introduced with https://github.com/mantinedev/mantine-v7/pull/59, is there something i...
I want to interrupt/parse data out of the old collection tree before updating. It would be nice to have a `CollectionTreeSaving` like `CollectionSaving` and many other types already have.