We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37066a7 commit 93a6de0Copy full SHA for 93a6de0
packages/docs/src/routes/examples/[...id]/index!.tsx
@@ -67,8 +67,8 @@ export default component$(() => {
67
useTask$(({ track }) => {
68
track(() => store.buildMode);
69
track(() => store.entryStrategy);
70
- track(() => store.files);
71
track(() => store.version);
+ track(() => store.files.forEach((f) => f.code));
72
73
if (isBrowser) {
74
if (store.version) {
packages/docs/src/routes/playground/index!.tsx
@@ -44,8 +44,8 @@ export default component$(() => {
44
45
46
47
48
49
50
51
0 commit comments