Leah Grones
Leah Grones
Same here. We're using a custom hook that looks almost identical to your example. We're using it to update the search results depending on the current page. I tried logging...
Found a workaround for our particular usecase, but I have no idea how stable this really is. It also runs quite a few times before settling down. ```tsx export const...
Same issue here. Sometimes it works and sometimes it doesn't. Also happens on ```npm run start``` for me
The workaround above doesn't completely work for me. I'm on `"storybook": "7.0.6"` and `"storybook-dark-mode": "^3.0.0"`. The first render of the docs is always in light mode. When switching to a...
I phrased that wrong. I'm not trying to blame you. On the contrary, it's a great addon! What I meant is that `addon-docs` is officially maintained by the storybook team,...