Using react-tracking in Storybook causes issues, when also using addon-knobs.
I've been able to boil it down to the track() decorator that appears to do something that messes things up. When I remove that, it works great, but without tracking.
Please refer to this issue: https://github.com/storybookjs/storybook/issues/13011
I'm creating this issue here, simply to create awareness of this from your end.
Using react-tracking in Storybook causes issues, when also using addon-knobs.
I've been able to boil it down to the
track()decorator that appears to do something that messes things up. When I remove that, it works great, but without tracking.Please refer to this issue: https://github.com/storybookjs/storybook/issues/13011
I'm creating this issue here, simply to create awareness of this from your end.