kuus

Results 7 comments of kuus

for those who are interested in a working example I setup my solution for this matter in this library https://github.com/knitkode/koine/blob/main/packages/next/types-i18n.ts it allows to augment the namespace `Koine` with type `NextTranslations`...

hi @garmeeh , thanks for this great library, have you tried already setting `"sideEffects": false,` in the `package.json`? assuming there are no sideEffects that would help I guess, otherwise you...

for future visitors here are the docs about **Scoped slots** that explain the `$component` variable mentioned by @ben182 [https://laravel.com/docs/8.x/blade#scoped-slots](https://laravel.com/docs/8.x/blade#scoped-slots) I guess this can be closed?

it is really spammy this all +1, many notifications for nothing, can't you use the thumb up on [the first issue's comment](https://github.com/radix-ui/primitives/issues/1270#issue-1180405560) thanks!

+1 Or maybe would be more powerful to put in the api a callback on the end of the `resize` event with some useful information as arguments.

Sorry haven't seen the `setup` option. For future reference (it's not in the docs) you can add custom filters like this: ``` javascript function myFilterFunction (input) { return 'the name...