Edoardo Gallo
Edoardo Gallo
~FWIW it seems to work for the `dist` output target but not for `dist-custom-elements`~ Actually that makes sense since `dist-custom-elements` is consumed by other bundlers (webpack/rollup ..) and so they...
This issue is pretty old but maybe my workaround using [provide](https://redux-saga-test-plan.jeremyfairbank.com/integration-testing/mocking/static-providers.html) will help others. Collect all the actions within `dispatchedActions` array and then `expect` on it. ```ts it('example1', () =>...
I'm getting the same issue trying to sanitize HTML for output. I'll see if i have some time to dig and file a PR
@bvitaz-ck how did you fix this issue? Are there any updates? 👍
I have the same issue. @adamalston did you solve this in the meantime? Thanks!
Thanks @adamalston !
I have the same issue. Node v19.6.0 - NPM 9.4.1 - MacOS 13.2.1 (22D68)
> The issue is not present anymore for me. Using version "4.24.0" Worked for me as well! Stripe version `4.24.2`
Same here, still trying some workarounds
Hello, i selected Slim as template engine and the results is : ``` extras extras recipe stage two gsub Gemfile gsub app/assets/javascripts/application.js gsub app/views/layouts/application.html.slim The template [https://raw.github.com/RailsApps/rails-composer/master/composer.rb] could not be...