Commit d4e114a
authored
fix(utils): Exported default exports as is, modified them to be exported as named (#506)
Summary:
ReactNativeAsyncStorageCache and PersistentKeyValueCache both are exported as default. They were exported as default from index too which did not work and was incorrect even if it worked. modified them to be exported as named from index.
Test plan:
Unit tests should pass1 parent a8ef17f commit d4e114a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
| 156 | + | |
0 commit comments