Alireza Esfahani
Alireza Esfahani
Hi, I had this problem too and finally I ended up with this temporary solution that is using `actionSanitizer` & `stateSanitizer` to mapped ref value with something else : ```...
Possibility related to this old issue https://github.com/nolimits4web/Swiper/issues/1451
> I also encountered this problem, is there any solution now, besides turning off the rules the only way for now is to use `memo` on export, something like this:...
Hi everyone, I had a similar issue on `redux-state-sync` in my NextJs project, my store initializer function was similar to @mustafa-alfar 's solution (separating server store from client store), everything...