RichardPK
RichardPK
+1 to this. Not only `onClick` events - `onMouseOver` / `onMouseOut` events also aren't acknowledged on cloned elements. I have onClick & onMouseOver/Out methods on my carousel items - they...
/storybook/config.js
Apologies Kyle - that was terribly unhelpful of me. `/storybook/config.js` below ``` import React from "react" import { configure, addDecorator } from "@storybook/react" import { withKnobs, select } from "@storybook/addon-knobs"...
Hey Kyle, Yep `.storybook/webpack.config.js` is the config. Deleting the `babelrc` file creates the following errors when running Storybook (all relating to the macro): ``` Module not found: Error: Can't resolve...
Aha thank you @kylemh maybe there's something else at play here! Regardless - thanks for your time to explain what's going on in the config - that all makes sense....