@decocms/start 0.22.0 → 0.22.1

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": "@decocms/start",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "type": "module",
5
5
  "description": "Deco framework for TanStack Start - CMS bridge, admin protocol, hooks, schema generation",
6
6
  "main": "./src/index.ts",
@@ -265,7 +265,7 @@ function DeferredSectionWrapper({
265
265
  const skeleton = !optionsReady
266
266
  ? null
267
267
  : hasCustomFallback
268
- ? createElement(loadedOptions!.loadingFallback!)
268
+ ? createElement(loadedOptions!.loadingFallback!, deferred.rawProps)
269
269
  : (loadingFallback ??
270
270
  (isDev ? (
271
271
  <DevMissingFallbackWarning component={deferred.component} />