-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workaround for emotion-js/emotion#2836
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/dist/emotion-cache.cjs.js b/dist/emotion-cache.cjs.js | ||
index 3019c2ec3195c20729f32ee76f39ce6559c72423..c8238cc7ad7a4c38e812b1c6f3cddbd82482f129 100644 | ||
--- a/dist/emotion-cache.cjs.js | ||
+++ b/dist/emotion-cache.cjs.js | ||
@@ -442,7 +442,7 @@ createCache(options | ||
) => string | void */ | ||
|
||
|
||
- var omnipresentPlugins = [compat, removeLabel]; | ||
+ var omnipresentPlugins = [removeLabel]; | ||
|
||
if (isBrowser) { | ||
var currentSheet; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.