post merge fixes
This commit is contained in:
parent
f354de14cc
commit
812ba9d47b
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ export const applyTheme = (input, onFinish = (data) => {}, debug) => {
|
|||
const eagerStyles = createStyleSheet(EAGER_STYLE_ID)
|
||||
const lazyStyles = createStyleSheet(LAZY_STYLE_ID)
|
||||
|
||||
const { lazyProcessFunc } = await generateTheme(
|
||||
const { lazyProcessFunc } = generateTheme(
|
||||
input,
|
||||
{
|
||||
onNewRule (rule, isLazy) {
|
||||
|
|
Loading…
Add table
Reference in a new issue