Limon Monte
Limon Monte
bumped `bundlesize` to `^0.18.0`, same result: https://travis-ci.org/sweetalert2/sweetalert2/builds/555643927 
Same here https://travis-ci.org/kenwheeler/cash/builds/510054291  :/
This is the misuse of peer dependencies. Please read the docs about peer deps and revert this change as the testing helper shouldn't require projects to install `graphql` https://nodejs.org/en/blog/npm/peer-dependencies/#the-solution-peer-dependencies >...
To clarify my previous comment. What this PR and `graphql` as peer dependency means is: > starting from `0.45.0`, `msw` **will not** work without `graphql` dependency IMO It doesn't make...
Thank you for the replies @kettanaito π I won't be able to contribute, but IMO graphql API should be separated from the core package and imported like this: ```js import...
After almost a year there's a contrast issue in the tool which should help us to discover contrast issues :D 
> I think Microsoft is smarter than shutting down this repository. This is a very optimistic assumption. > People have already forked as well so, I doubt it. Forks don't...
> this is default behavior on some popular alert library https://limonte.github.io/sweetalert2/ this link is outdated, here's the correct one https://sweetalert2.github.io/
@catamphetamine will your stuff be open-sourced? :)
> I came across another nice little detail regarding pagination controls: Here's the recursive hell of popups in case of 25 pages. ``` 1 2 3 ... 23 24 25...