Daniel Büchele
|
1f84a6244c
|
update persistedStateReducer API
Summary:
upadting to the new API:
```
static persistedStateReducer: ?(
persistedState: P,
method: string,
data: Object,
) => $Shape<P>;
```
Reviewed By: jknoxville
Differential Revision: D10466918
fbshipit-source-id: 08ba963c6ae744d8d445e375c41f601e9bafd4da
|
2018-10-19 09:59:41 -07:00 |
|