Zsolt
Zsolt
Hi, I am not sure if next-routes is the good solution for me, but I am building an web that will be localised in 10+ languages (each language on dedicated...
Hello, not sure if this is a question or a feature request. I have tried to search for solution everywhere but could not find any. When doing SSR, styles from...
It looks like useDeferredValue does nothing in Preact. This is a code from compat: ``` export function useDeferredValue(val) { return val; } ``` Is it possible to implement useDeferredValue it...
Hi, This is most likely a linkedin problem: 1. click on linkedin share button 2. select "Share in a post" 3. Click on your name to change who is sharing...
I am using ajv with ajv-i18n to localize validation messages, which is great. Problem is on required properties, since it is using the property name in the message. Is it...
Only changes the documentation...
### Is your feature request related to a problem? Please describe. NextUI and tailwind themes are inconsistent. Just one example: - In tailwind, `rounded-lg` is set to 0.5rem - nextUI...
**Problem:** I use the programatic API to generate a PDF from a markdown variable. When I generate PDFs, it would help me to analyse the HTML and debug issues /...
[20KB](https://bundlephobia.com/package/[email protected]) (uncompressed) seems a bit excessive for just a wrapper. I just need the `` and it still adds 20KB to the bundle size. Please consider providing Tree shakable package...
fixes: https://github.com/Chia-Network/chia-blockchain-gui/issues/1728 What other solutions were considered: 1. Have the logic of clearing cache directly in the api-react -> spend hours on it, could not make it work. Queries should...