Stephen Sylvia
Stephen Sylvia
@webark Yep, I am using the `npm link` so that must be the issue. I deleted the addon dependency and it started working in the real app. I'll confirm once...
@webark I've confirmed this is the issue. I can leave this issue open or I can a new issue with a more relevant name.
I seem to be running into the same issue. ``` [email protected] ```
@paulcpederson Yep, the current JS works well when all the html is prebaked and you just have to call the initialize method when the page loads. However, it tends to...
@ndelangen Yep, if I log the the `defaultConifg.module.rules` right before returning the config, I get this: ```json [ { "test": {}, "use": [ { "loader": "babel-loader", "options": { "cacheDirectory": "/Users/step6692/development/tests/storybook-ts/node_modules/.cache/react-storybook",...
FYI, here's my sample repo if it helps: https://github.com/ssylvia/storybook-4-docgen-sample.
No, it's a regex: `/\.(jsx|tsx)$/` so when I console.log it with stringify, it was shown as `{}`.
Thanks @strothj, that solved my issue. Feel free to close the issue unless you want to keep it open to track "detecting multiple docgen instances."
This would be super helpful.
The swipe bar color cannot be changed through the builder or the AGO assistant. Instead, you will need to download the app code and customize the CSS.