@salesforcedevs/dx-components 0.10.1-alpha.104 → 0.10.1-alpha.105

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.104",
3
+ "version": "0.10.1-alpha.105",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -115,6 +115,7 @@ export default class SidebarSearch extends LightningElement {
115
115
  return;
116
116
  }
117
117
  const state = JSON.parse(stringified);
118
+ console.log({ state }, state?.query?.q === this.value, this.value);
118
119
  if (state?.query?.q === this.value) {
119
120
  this.preloadedState = state;
120
121
  }