@xh/hoist 71.0.0-SNAPSHOT.1735325329103 → 71.0.0-SNAPSHOT.1735332336875

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.
@@ -540,7 +540,7 @@ export class ViewManagerModel<T = PlainObject> extends HoistModel {
540
540
  {
541
541
  track: () => this.view?.token,
542
542
  run: tkn => dataAccess.updateStateAsync({currentView: tkn}),
543
- fireImmediately: this.view?.token !== initialState.currentView
543
+ fireImmediately: this.view?.token !== initialState?.currentView
544
544
  }
545
545
  ];
546
546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "71.0.0-SNAPSHOT.1735325329103",
3
+ "version": "71.0.0-SNAPSHOT.1735332336875",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",