Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 37425e7

Browse files
danielbuechelePascal Hartig
authored and
Pascal Hartig
committed
persist state over reload
Summary: The selected device, app and plugin are not persisted over a reload using `redux-persist`. Reviewed By: jknoxville Differential Revision: D8836481 fbshipit-source-id: 3ace1a950a200255d5daf77791d706ede0ff2138
1 parent 1f977f4 commit 37425e7

File tree

5 files changed

+586
-1
lines changed

5 files changed

+586
-1
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
// flow-typed signature: bceb6369b73edaf417e6a8dadec84e4d
2+
// flow-typed version: <<STUB>>/redux-persist-transform-filter_v0.0.18/flow_v0.76.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'redux-persist-transform-filter'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'redux-persist-transform-filter' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'redux-persist-transform-filter/dist/index' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'redux-persist-transform-filter/dist/index.js' {
31+
declare module.exports: $Exports<'redux-persist-transform-filter/dist/index'>;
32+
}
33+
declare module 'redux-persist-transform-filter/index' {
34+
declare module.exports: $Exports<'redux-persist-transform-filter'>;
35+
}
36+
declare module 'redux-persist-transform-filter/index.js' {
37+
declare module.exports: $Exports<'redux-persist-transform-filter'>;
38+
}

0 commit comments

Comments
 (0)