diff --git a/desktop/patches/@emotion+cache+11.1.3.patch b/desktop/patches/@emotion+cache+11.4.0.patch similarity index 96% rename from desktop/patches/@emotion+cache+11.1.3.patch rename to desktop/patches/@emotion+cache+11.4.0.patch index ca0caa98b..2682cc5d3 100644 --- a/desktop/patches/@emotion+cache+11.1.3.patch +++ b/desktop/patches/@emotion+cache+11.4.0.patch @@ -1,10 +1,10 @@ diff --git a/node_modules/@emotion/cache/dist/emotion-cache.cjs.dev.js b/node_modules/@emotion/cache/dist/emotion-cache.cjs.dev.js -index b25808a..043f626 100644 +index 5aae7dd..0f3e4c9 100644 --- a/node_modules/@emotion/cache/dist/emotion-cache.cjs.dev.js +++ b/node_modules/@emotion/cache/dist/emotion-cache.cjs.dev.js @@ -136,7 +136,7 @@ var createUnsafeSelectorsAlarm = function createUnsafeSelectorsAlarm(cache) { } - + 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\"."); +// we're not doing SSR and not interested in pedantic errors: console.error("The pseudo class \"" + unsafePseudoClass + "\" is potentially unsafe when doing server-side rendering. Try changing it to \"" + unsafePseudoClass.split('-child')[0] + "-of-type\".");