@xh/hoist 71.0.0-SNAPSHOT.1735827810197 → 71.0.0-SNAPSHOT.1735830010593

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.
@@ -137,7 +137,7 @@ export abstract class HoistModel extends HoistBase implements Loadable {
137
137
  */
138
138
  @computed({equals: comparer.shallow})
139
139
  get componentProps(): DefaultHoistProps {
140
- return this._componentProps;
140
+ return this._componentProps ?? {};
141
141
  }
142
142
 
143
143
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "71.0.0-SNAPSHOT.1735827810197",
3
+ "version": "71.0.0-SNAPSHOT.1735830010593",
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",