Summary: We only want to persist certain reducers that are whitelisted. Currently some parts of the `connections` reducer and everything from the other reducers was persisted. This changes the behavior to only persist what is explicitly whitelisted and not the other reducers. These pars of the store are whitelisted: - `connections.userPreferredDevice` - `connections.userPreferredPlugin` - `connections.userPreferredApp` Reviewed By: jknoxville Differential Revision: D10401403 fbshipit-source-id: e4aa4f2b2f8f6229b02dcf46798965fa1ae74df6
1.8 KiB
1.8 KiB