Tommy Bjerregaard
Tommy Bjerregaard
I am getting a error when using `safe-area-inset-bottom` together with `min` or `max` like this: ```css padding-bottom: min(50px, env(safe-area-inset-bottom)); ``` Error: "env(safe-area-inset-bottom)" is not a number for `min' This is...
It should be possible disable the customEvent currently implemented in this hook. I have a case where i only want the localstorage event to fire in other tabs then the...
**Describe the bug** Unmount warning when scanning barcodes where you navigate imiddently after. **To Reproduce** Use react navigation to navigate to unmount the screen the scanner is placed on and...
Hi all I was just wondering why this package is getting the query based on location object and not the `router.query`. Isn't the whole point of `router.isReady` when the Next...
It would be nice to have a third level in the factory. For example if you have 5 different api urls with 30 endpoints underneed and not only a single...
**Question: Is it possible to reuse the data the CMS component returns in multiple components with this way of fetching data?** I am looking for a way to get the...
It seems like that when using the Tanstack Query hook `useSuspenseQuery` it only fetches on client side and streaming actually never happens. Would it not be possible to make an...
I stumble upon the following warning when i use the next-video component as intended. ``` Check the render method of `i`. See https://react.dev/link/warning-keys for more information. Each child in a...
On a website im working on i'm seeing a short flash for all vidoes that is already in the cache. If i disable cache in Google Chrome, the issue is...