Ali Idrizi
Ali Idrizi
### Describe the bug My real use-case: - A modern Next.js app with authentication - The authentication is completely offloaded to the browser - The server does not have an...
Is there currently any issue with setTranslation or am I doing something wrong? My translation for `en` in the i18n directory looks like this: ``` { "home": { "title": "Title"...
I am building a complicated animation, where a transform depends on several motion values. These values are sometimes repeating, so I extracted them to separate motion values, which are calculated...
### Describe the bug When the query of a deferred component rejects, it falls into an infinite render loop. This is consistent and I have written a test case. I...
### Description When having multiple slots, and not specifying the slot key in `compoundVariants`, like: ``` tv({ base: "", slots: { title: "", }, compoundVariants: [{ class: "truncate", // not...
### Provide a general summary of the issue here I was trying out the new `` and came across an issue with collections not rendering anything the first time the...