diff --git a/desktop/patches/@emotion+react++@emotion+cache+11.6.0.patch b/desktop/patches/@emotion+react++@emotion+cache+11.6.0.patch deleted file mode 100644 index 024326fc8..000000000 --- a/desktop/patches/@emotion+react++@emotion+cache+11.6.0.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/node_modules/@emotion/react/node_modules/@emotion/cache/dist/emotion-cache.cjs.dev.js b/node_modules/@emotion/react/node_modules/@emotion/cache/dist/emotion-cache.cjs.dev.js -index b1ad6ac..e577f28 100644 ---- a/node_modules/@emotion/react/node_modules/@emotion/cache/dist/emotion-cache.cjs.dev.js -+++ b/node_modules/@emotion/react/node_modules/@emotion/cache/dist/emotion-cache.cjs.dev.js -@@ -158,9 +158,10 @@ var createUnsafeSelectorsAlarm = function createUnsafeSelectorsAlarm(cache) { - return; - } - -- unsafePseudoClasses.forEach(function (unsafePseudoClass) { -- console.error("The pseudo class \"" + unsafePseudoClass + "\" is potentially unsafe when doing server-side rendering. Try changing it to \"" + unsafePseudoClass.split('-child')[0] + "-of-type\"."); -- }); -+ // messes up unit tests, and we don't do SSR! -+ // unsafePseudoClasses.forEach(function (unsafePseudoClass) { -+ // console.error("The pseudo class \"" + unsafePseudoClass + "\" is potentially unsafe when doing server-side rendering. Try changing it to \"" + unsafePseudoClass.split('-child')[0] + "-of-type\"."); -+ // }); - } - }; - };