Benoit Bénézech

Results 5 comments of Benoit Bénézech

Thanks a lot @nulladdict, you really helped me. This works for me: ```typescript let result; try { result = useSWR(key, fetcher, { suspense: true }); } catch (err) { const...

Awesome! I love this, much better. Works for me. I was confused with the suspenders in the logs, thank you for the detailed explanation. I think we should close this?

@Jolg42 Hi, same here, it's all good. I went from 161% CPU to 0% and everything refreshes as expected. `MacOS 12.5.1` `2,6 GHz Intel Core i7`

@jasonmendes I'm not a native speaker. `you may want to` translated literally in my langage is not pushy. It meant to sound like "if you have another spared hour to...

I had great success with this: ```ts import styled from 'styled-components'; import { Tab as UnstyledTab, TabList as UnstyledTabList, Tabs as UnstyledTabs, TabPanel as UnstyledTabPanel } from 'react-tabs'; const Tabs...