@salesforcedevs/dx-components 0.10.1-alpha.106 → 0.10.1-alpha.107

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.106",
3
+ "version": "0.10.1-alpha.107",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -250,6 +250,7 @@ export default class SidebarSearch extends LightningElement {
250
250
  };
251
251
 
252
252
  private updateSessionStorage() {
253
+ console.log("updating session storage", this.engine?.state);
253
254
  window.sessionStorage.setItem(
254
255
  SESSION_KEY,
255
256
  JSON.stringify(this.engine?.state)