We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be5797 commit 23cdddaCopy full SHA for 23cddda
lib/css.js
@@ -1,5 +1,7 @@
1
import { deprecated } from './utils'
2
const css = require('glamor')
3
+// Needed because of the mutation below
4
+delete require.cache[require.resolve('glamor')]
5
6
for (const [k, v] of Object.entries(css)) {
7
if (typeof v === 'function') {
0 commit comments