Ændra Rininsland
Ændra Rininsland
Super weird — the `steps` array isn't populating with any of the steps inside the repeater, but they're still appearing in the tour...
@swrocket @benmarch Apologies for not checking back! I think I solved the issue by refactoring the ng-repeats I had so that the row with all the tour popovers was outside...
@benmarch @esoyke — while I'm still subscribed to this issue, if you want a path around using $rootScope, maybe try the new controllerAs syntax? I found it helped with quite...
I would love you forever if you did this. I'm currently using [prinzhorn/skrollr](https://github.com/Prinzhorn/skrollr) as a workaround, which, while pretty functional, seems rather suboptimal...
:+1: Yeah, just scratched my head for about 10 minutes figuring that out.
I've created a basic repro using 6.4.22 + the Vite builder here: https://github.com/aendra-rininsland/storybook-vite-storyshots-react-repro Everything works fine out of the box, it's only when I add the MDX story that everything...
That bit in the documentation is super key but really hidden. Can perhaps this issue be changed to a documentation issue about needing a warning for NodeJS targets if UMD...
It's really frustrating to be unable to provide a role without an account ID. I've tried like 5 different ways to work around this to no avail... 😞
I've just fought this for five minutes. The documentation should really be updated...
I'm the same way. I've installed Typings and `electron`/`node` as globalDependencies. My file looks like this: ``` { "name": "example-starter", "dependencies": {}, "globalDependencies": { "electron": "registry:env/electron#0.37.6+20160723033700", "node": "registry:dt/node#6.0.0+20160807145350" } }...