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...
I have Firebase on my server with the same exact configuration, so on the server I can verify the token and get user's info, something line [this](https://firebase.google.com/docs/auth/admin/verify-id-tokens#verify_id_tokens_using_the_firebase_admin_sdk): ```javascript // idToken...