We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf267b1 commit 1873f0fCopy full SHA for 1873f0f
packages/compiler-core/src/transforms/transformElement.ts
@@ -472,7 +472,7 @@ export function buildProps(
472
hasRef = true
473
// in inline mode there is no setupState object, so we can't use string
474
// keys to set the ref. Instead, we need to transform it to pass the
475
- // acrtual ref instead.
+ // actual ref instead.
476
if (!__BROWSER__ && context.inline && value?.content) {
477
valueNode = createFunctionExpression(['_value', '_refs'])
478
valueNode.body = createBlockStatement(
0 commit comments