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 cb46617 commit 2de850cCopy full SHA for 2de850c
packages/svelte/src/compiler/phases/3-transform/client/visitors/template.js
@@ -2998,7 +2998,7 @@ export const template_visitors = {
2998
b.assignment(
2999
'=',
3000
b.member(b.id('$.document'), b.id('title')),
3001
- serialize_template_literal(/** @type {any} */ (node.fragment.nodes), visit)[1]
+ serialize_template_literal(/** @type {any} */ (node.fragment.nodes), visit, state)[1]
3002
)
3003
3004
);
0 commit comments