Skip to content

Commit 50b11b7

Browse files
committed
chore: remove the materialize error from qerror and change description
1 parent fddecc9 commit 50b11b7

File tree

1 file changed

+1
-1
lines changed
  • packages/qwik/src/core/shared/error

1 file changed

+1
-1
lines changed

packages/qwik/src/core/shared/error/error.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const codeToText = (code: number, ...parts: any[]): string => {
4949
'Unable to find q:container', // 41
5050
"Element must have 'q:container' attribute.", // 42
5151
'Unknown vnode type {{0}}.', // 43
52-
'Materialization error: Expected a text or element after\n{{0}}\nat location {{1}}\n metadata: {{2}},\n value: {{3}},\n next id: {{4}}', // 44
52+
'Resuming error: Expected text or element node following:\n{{0}}\nat location {{1}}\n metadata: {{2}},\n value: {{3}},\n next id: {{4}}', // 44
5353
'Cannot coerce a Signal, use `.value` instead', // 45
5454
'useComputedSignal$ QRL {{0}} {{1}} returned a Promise', // 46
5555
'ComputedSignal is read-only', // 47

0 commit comments

Comments
 (0)