@vertz/ui 0.2.33 → 0.2.34

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.
@@ -1151,6 +1151,18 @@ function query(source, options = {}) {
1151
1151
  disposeFn = lifecycleEffect(() => {
1152
1152
  refetchTrigger.value;
1153
1153
  if (isFirst && ssrHydrated) {
1154
+ if (!customKey) {
1155
+ const trackRaw = callThunkWithCapture();
1156
+ if (trackRaw !== null) {
1157
+ if (isQueryDescriptor(trackRaw)) {
1158
+ if (trackRaw._entity && !entityMeta) {
1159
+ entityMeta = trackRaw._entity;
1160
+ }
1161
+ } else {
1162
+ trackRaw.catch(() => {});
1163
+ }
1164
+ }
1165
+ }
1154
1166
  isFirst = false;
1155
1167
  return;
1156
1168
  }
package/dist/src/index.js CHANGED
@@ -66,7 +66,7 @@ import {
66
66
  query,
67
67
  registerRelationSchema,
68
68
  resetRelationSchemas_TEST_ONLY
69
- } from "../shared/chunk-gz7rj5tv.js";
69
+ } from "../shared/chunk-rdz5k67m.js";
70
70
  import"../shared/chunk-jrtrk5z4.js";
71
71
  import {
72
72
  ThemeProvider,
@@ -20,7 +20,7 @@ import {
20
20
  MemoryCache,
21
21
  QueryEnvelopeStore,
22
22
  deriveKey
23
- } from "../shared/chunk-gz7rj5tv.js";
23
+ } from "../shared/chunk-rdz5k67m.js";
24
24
  import"../shared/chunk-jrtrk5z4.js";
25
25
  import {
26
26
  ALIGNMENT_MAP,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  query
3
- } from "../../shared/chunk-gz7rj5tv.js";
3
+ } from "../../shared/chunk-rdz5k67m.js";
4
4
  import"../../shared/chunk-jrtrk5z4.js";
5
5
  import"../../shared/chunk-pv0apt9z.js";
6
6
  import"../../shared/chunk-sjypbv24.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertz/ui",
3
- "version": "0.2.33",
3
+ "version": "0.2.34",
4
4
  "description": "Vertz UI framework — signals, components, JSX runtime",
5
5
  "license": "MIT",
6
6
  "repository": {