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.
2 parents 74f966b + 6462756 commit 659b546Copy full SHA for 659b546
src/components/themr.js
@@ -225,8 +225,7 @@ function merge(original = {}, mixin = {}) {
225
switch (typeof originalValue) {
226
case 'object': {
227
//can't merge a non-object with an object
228
- throw new Error(`You are merging non-object ${mixinValue} with an object ${key}`)
229
- break
+ throw new Error(`You are merging non-object ${mixinValue} with an object ${key}, (can occur when using empty or :global only base theme stylesheet)`)
230
}
231
232
case 'undefined': {
0 commit comments