Add any types for getContext data
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
export let isOver: boolean = false
|
||||
|
||||
const { settings: { switcher_links } } = getContext('global')
|
||||
const { settings: { switcher_links }}: any = getContext('global')
|
||||
|
||||
let switcherEl: HTMLElement
|
||||
let isOpen = false
|
||||
|
||||
Reference in New Issue
Block a user