Jesper Sørensen
Jesper Sørensen
The issue is that `storybook-addon-html` relies on `react-syntax-highlighter` as a peer dependency. Until recently that worked fine because `react-syntax-highlighter` was a (non-peer) dependency of `@storybook/addon-storysource`. That has now changed however,...
I had this same problem. After much troubleshooting it turned out that I used an old version of jest. Jest started supporting AbortController with https://github.com/facebook/jest/pull/11182 which is included from version...
In case others come here in search for a quick solution: It's possibly to work around the issue by simply adding ActionMailer in `config/application.rb` along with the other frameworks: ```ruby...
I'd gladly translate the project to Danish, but I'm running into the same problem. I'll keep an eye on this issue so I can help out if the problem eventually...
I had a problem with xlsx-style in my cordova app with the newest android webviews. After much troubleshooting I found [sheetjs-style](https://www.npmjs.com/package/sheetjs-style) to be a working drop-in replacement.