@reactables/examples 0.7.1-alpha.2 → 0.7.1-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -136,6 +136,7 @@ var RxEventTickets = function (getPriceApi) {
136
136
  // Add control changes as a source for second reactable
137
137
  sources: { controlChange: rxControlsState$ },
138
138
  initialState: initialState,
139
+ storeValue: true,
139
140
  reducers: {
140
141
  controlChange: {
141
142
  reducer: function (state, _a) {
package/package.json CHANGED
@@ -14,10 +14,10 @@
14
14
  "author": "David Lai",
15
15
  "license": "ISC",
16
16
  "dependencies": {
17
- "@reactables/core": "^0.7.1-alpha.2"
17
+ "@reactables/core": "^0.7.1-alpha.4"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "rxjs": "^6.0.0 || ^7.0.0"
21
21
  },
22
- "version": "0.7.1-alpha.2"
22
+ "version": "0.7.1-alpha.4"
23
23
  }