mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
Ignore any
This commit is contained in:
parent
a949df25c2
commit
876aa65f4f
@ -82,6 +82,7 @@ function useItemsManager(initialItems: Item[]): {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
result.map((item) => {
|
result.map((item) => {
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
||||||
dispatch({ type: 'ADD', item: { ...item, layer } })
|
dispatch({ type: 'ADD', item: { ...item, layer } })
|
||||||
return null
|
return null
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user