You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'track() received object, without prop to track',// 2
11
11
'Only primitive and object literals can be serialized. {{0}}',// 3
12
-
'',// 4 unused
13
-
'You can render over a existing q:container. Skipping render().',// 5
14
-
'',// 6 unused
15
-
'',// 7 unused
16
-
'',// 8 unused
17
-
'',// 9 unused
18
-
'QRL is not a function',// 10
19
-
'Dynamic import not found',// 11
20
-
'Unknown type argument',// 12
21
-
`Actual value for useContext({{0}}) can not be found, make sure some ancestor component has set a value using useContextProvider(). In the browser make sure that the context was used during SSR so its state was serialized.`,// 13
22
-
"Invoking 'use*()' method outside of invocation context.",// 14
23
-
'',// 15 unused
24
-
'',// 16 unused
25
-
'',// 17 unused
26
-
'',// 18 unused
27
-
'',// 19 unused
28
-
`Calling a 'use*()' method outside 'component$(() => { HERE })' is not allowed. 'use*()' methods provide hooks to the 'component$' state and lifecycle, ie 'use' hooks can only be called synchronously within the 'component$' function or another 'use' method.\nSee https://qwik.dev/docs/components/tasks/#use-method-rules`,// 20
29
-
'',// 21 unused
30
-
'',// 22 unused
31
-
'',// 23 unused
32
-
'',// 24 unused
33
-
'',// 25 unused
34
-
'',// 26 unused
35
-
'',// 27 unused
36
-
'The provided Context reference "{{0}}" is not a valid context created by createContextId()',// 28
37
-
'SsrError(tag): {{0}}',// 29
38
-
'QRLs can not be resolved because it does not have an attached container. This means that the QRL does not know where it belongs inside the DOM, so it cant dynamically import() from a relative path.',// 30
39
-
'QRLs can not be dynamically resolved, because it does not have a chunk path',// 31
40
-
'{{0}}\nThe JSX ref attribute must be a Signal',// 32
41
-
'Serialization Error: Deserialization of data type {{0}} is not implemented',// 33
42
-
'Serialization Error: Expected vnode for ref prop, but got {{0}}',// 34
43
-
'Serialization Error: Cannot allocate data type {{0}}',// 35
44
-
'Serialization Error: Missing root id for {{0}}',// 36
45
-
'Serialization Error: Serialization of data type {{0}} is not implemented',// 37
46
-
'Serialization Error: Unvisited {{0}}',// 38
47
-
'Serialization Error: Missing QRL chunk for {{0}}',// 39
48
-
'{{0}}\nThe value of the textarea must be a string found {{1}}',// 40
49
-
'Unable to find q:container',// 41
50
-
"Element must have 'q:container' attribute.",// 42
'You can render over a existing q:container. Skipping render().',// 4
13
+
'QRL is not a function',// 5
14
+
'Dynamic import not found',// 6
15
+
'Unknown type argument',// 7
16
+
`Actual value for useContext({{0}}) can not be found, make sure some ancestor component has set a value using useContextProvider(). In the browser make sure that the context was used during SSR so its state was serialized.`,// 8
17
+
"Invoking 'use*()' method outside of invocation context.",// 9
18
+
`Calling a 'use*()' method outside 'component$(() => { HERE })' is not allowed. 'use*()' methods provide hooks to the 'component$' state and lifecycle, ie 'use' hooks can only be called synchronously within the 'component$' function or another 'use' method.\nSee https://qwik.dev/docs/components/tasks/#use-method-rules`,// 10
19
+
'The provided Context reference "{{0}}" is not a valid context created by createContextId()',// 11
20
+
'SsrError(tag): {{0}}',// 12
21
+
'QRLs can not be resolved because it does not have an attached container. This means that the QRL does not know where it belongs inside the DOM, so it cant dynamically import() from a relative path.',// 13
22
+
'QRLs can not be dynamically resolved, because it does not have a chunk path',// 14
23
+
'{{0}}\nThe JSX ref attribute must be a Signal',// 15
24
+
'Serialization Error: Deserialization of data type {{0}} is not implemented',// 16
25
+
'Serialization Error: Expected vnode for ref prop, but got {{0}}',// 17
26
+
'Serialization Error: Cannot allocate data type {{0}}',// 18
27
+
'Serialization Error: Missing root id for {{0}}',// 19
28
+
'Serialization Error: Serialization of data type {{0}} is not implemented',// 20
29
+
'Serialization Error: Unvisited {{0}}',// 21
30
+
'Serialization Error: Missing QRL chunk for {{0}}',// 22
31
+
'{{0}}\nThe value of the textarea must be a string found {{1}}',// 23
32
+
'Unable to find q:container',// 24
33
+
"Element must have 'q:container' attribute.",// 25
0 commit comments