Hi, Thank you for this cool library!
Is there a working example of flickity with react rendered on the server side??
I'm trying to integrate flickity in an isomorphic app which renders react also on the server using this gist and get the following error:
\node_modules\flickity\js\index.js:40
})( window, function factory( Flickity ) {
^
ReferenceError: window is not defined
Do you have any idea how to solve this issue?
Cheers
Ajar