aohua / redux-state-sync

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

Export critical variables #133

Closed rowrowrowrow closed 2 years ago

rowrowrowrow commented 2 years ago

Unless you want to duplicate functionality and/or values when integrating with this package, some variables need to be exported so they can be reused. Namely the wuid and action types.

rowrowrowrow commented 2 years ago

@aohua Saw the merge, closing this ticket thanks!