adrianreimer
adrianreimer
I'm also wondering about this. You call depend() and reactive() inside of template helper functions as per documentation which works great with the default templating, but what would it look...
ah nvm after a bit more research I've added [react-template-helper](https://react-in-meteor.readthedocs.org/en/latest/react-template-helper/) to our project and it complements this very well. thanks!
> This might be expected behavior. Storybook has its own hooks system that is not tied to React. So using `useArgs` will cause a story to re-render no matter what...