@salesforcedevs/dx-components 0.10.1-alpha.73 → 0.10.1-alpha.74

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "0.10.1-alpha.73",
3
+ "version": "0.10.1-alpha.74",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -97,6 +97,7 @@ export default class SidebarSearch extends LightningElement {
97
97
  return;
98
98
  }
99
99
  const state = JSON.parse(stringified);
100
+ console.log(state);
100
101
  if (state.value === this.value) {
101
102
  this.initialResultCount = state.resultCount;
102
103
  }