patrickkunka / mixitup

A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more
https://www.kunkalabs.com/mixitup/
4.52k stars 734 forks source link

Provide examples on how to use mixitup inside Next.js #601

Open hosseinfallah72 opened 2 years ago

hosseinfallah72 commented 2 years ago

I'm using mixitup in my next js project but and as soon as i import the plugin in my index page it will return this error:

"ReferenceError: window is not defined"

I also asked question about this problem in stackoverflow, but it didn't solve my problem.

How should i solve this issue?

Can you add next js example to your documentation?