Add any types for getContext data
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
export let product: any = undefined
|
||||
|
||||
const { shop, shopLocations } = getContext('shop')
|
||||
const { shop, shopLocations }: any = getContext('shop')
|
||||
|
||||
let navObserver: IntersectionObserver
|
||||
let introEl: HTMLElement
|
||||
|
||||
Reference in New Issue
Block a user