Krzysztof Nofz
Krzysztof Nofz
Any progress on that?
> The picker makes use of many browser APIs, it appends styles to the DOM, and makes very little sense on the server. If you need it on the server...
@deeeeno What about Pick an emoji section? 🤔
> Have the same problem, but with an external library. I am using KaTeX in my project, and it has around 1.2 MB of fonts. When compiled as library, _every...
@adamgreg @DmitryMasley @sgedye @andreydro Hi guys. Have you managed to workaround this issue somehow? I don't really want to use `dynamic` 🤔
> @zgrybus No, for pages with SSR we use `dynamic`. For other places, it works without `dynamic` (for example for code in modal) so bad :( Thanks for reply! :)
@dotansimha Any updates on that?
@pstachula-dev Really? I just do not understand why authors have not pointed to this fix anywhere in the docs. I lost like 8 hours debugging it.. Thanks mate.
**I've encountered a specific TypeScript inference issue regarding endpoints that do not require parameters.** When I generate the `queryKey` for an endpoint without parameters, the return type is inferred as...