Hello, I'm having trouble getting flickity-hash to work,
based on the codesandbox link you provide, if I just add {hash: true} it prints :
Type '{ hash: boolean; }' is not assignable to type 'FlickityOptions')
see: https://codesandbox.io/s/flickity-hash-support-2kljx?file=/pages/index.tsx
EDIT: found #38 , which sounds like the same "issue",
Its about loading a flickity-addon.
But in my case, since I'm using next (static), I keep getting
ReferenceError: window is not defined
Do you know any workaround for this ?
Thanks