flat
This commit is contained in:
parent
03ef01672e
commit
b8a0f540a3
6 changed files with 20 additions and 24 deletions
|
|
@ -559,9 +559,9 @@ export const convertTheme2To3 = (data) => {
|
|||
|
||||
const flatExtRules = extendedRules
|
||||
.filter(Boolean)
|
||||
.reduce((acc, x) => [...acc, ...x], [])
|
||||
.flat()
|
||||
.filter(Boolean)
|
||||
.reduce((acc, x) => [...acc, ...x], [])
|
||||
.flat()
|
||||
|
||||
return [
|
||||
generateRoot(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue