Tyson Nero

Results 11 comments of Tyson Nero

@rafaelmusetti Did you figure this out? I'm getting the same error running this in Github Actions

In my case, when I run `npm run build-storybook` in CI, it works just fine.

Note: within the same workflow, I'm setting `GH_TOKEN` the same way and using it in another context, and that use case is working, so I'm not sure it could be...

@Bjodol Looks like that did the trick. Can you explain why this is need, and if a PR needs to be opened to fix any issue?

@benoitguigal I also have a similar setup my HTML is all in JSX. Any progress on this?

I'm using `WindowScroller` from `react-virtualized` with a custom `scrollElement`. I'm wondering if it's possible for `react-dnd-scrollzone` to set the `container` to a custom element rather than using the `wrappedInstance`...

@eaglus unfortunately, it doesn't look like this repo is being maintained any more 😞

Hmmm... suggested fix here is to close and reopen devtools? https://github.com/electron/electron/issues/23662

I'm having the same issue as @icyice80 trying to run prerender with iisnode. Apparently, iisnode doesn't support cluster which is what prerender uses internally.

I'm using the async plugin and can degrade gracefully when using Google Maps in offline mode. All you have to do is implement the standard RequireJS error handling such as...