aohua / redux-state-sync

A lightweight middleware to sync your redux state across browser tabs
MIT License
234 stars 28 forks source link

Allow to omit certain fields from actions on broadcast #120

Open grigory-bogush opened 3 years ago

grigory-bogush commented 3 years ago

I have a promise function field inside my async actions, I would like those to be ignored when the action is cloned for broadcasting to avoid getting the "failed to clone" error and action not being broadcasted because of it