Ronnel

Results 7 comments of Ronnel

this is a useful option if there is an error and you want to retry requests. if you get the data it will not request again. [Reference](https://swr.vercel.app/docs/revalidation) [Options](https://swr.vercel.app/docs/options) ``` useSWR(key,...

@micha149 I think you didn't provide the Suspense Component. and i thought your problem is 2 request has been made everytime you are requesting. suspense: https://17.reactjs.org/docs/concurrent-mode-suspense.html

@clipod you can't they just check if the api render any type of videos

The component was built on version 0.2.1, but it automatically updated to version 1.0.0, indicating a major release. This could be due to the automatic incrementation of major versions when...

> I had the same issue and fixed with adding CommandList in the tree (check shadcn docs) I replaced data-[disabled] by data-[disabled='true']. I just don't like that but it's working...