@blocklet/pages-kit 0.2.326 → 0.2.327

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.
@@ -150,7 +150,7 @@ function useComponent({ instanceId, componentId, properties, locale, dev }) {
150
150
  const preload = usePreloadComponent({ instanceId, componentId, properties, locale, dev });
151
151
  return {
152
152
  Component: (_a = transpile === null || transpile === void 0 ? void 0 : transpile.Component) !== null && _a !== void 0 ? _a : preload === null || preload === void 0 ? void 0 : preload.Component,
153
- props: (_b = preload === null || preload === void 0 ? void 0 : preload.props) !== null && _b !== void 0 ? _b : transpile === null || transpile === void 0 ? void 0 : transpile.props,
153
+ props: (_b = transpile === null || transpile === void 0 ? void 0 : transpile.props) !== null && _b !== void 0 ? _b : preload === null || preload === void 0 ? void 0 : preload.props,
154
154
  error: transpile === null || transpile === void 0 ? void 0 : transpile.error,
155
155
  };
156
156
  }