-
Notifications
You must be signed in to change notification settings - Fork 272
chore: adds Emotion's CacheProvider and createCache as exports from Core package #1073
chore: adds Emotion's CacheProvider and createCache as exports from Core package #1073
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/superset/superset-ui/7d3Lfzb1i2nB4Fz2s4b24b4oCzdB |
Codecov Report
@@ Coverage Diff @@
## master #1073 +/- ##
=======================================
Coverage 27.80% 27.80%
=======================================
Files 453 453
Lines 9104 9104
Branches 1416 1416
=======================================
Hits 2531 2531
Misses 6381 6381
Partials 192 192
Continue to review full report at Codecov.
|
@@ -32,6 +32,7 @@ | |||
}, | |||
"dependencies": { | |||
"@babel/runtime": "^7.1.2", | |||
"@emotion/cache": "^11.1.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally, this should work!
💔 Breaking Changes
🏆 Enhancements
We're now exporting cache features to namespace classes and such. We're also continuing this habit of exporting all things Emotion from Superset-UI Core to avoid multiple instantiated versions in Superset, which causes hard-to-diagnose bugs.
📜 Documentation
🐛 Bug Fix
🏠 Internal