Cody Stewart

Results 1 issues of Cody Stewart

We have an endpoint we'd like to poll for changes. This setup works: ```ts const { data, mutate } = useSWR( endpoint, { refreshInterval: 3000, } ) ``` This works...