Update detail message

This commit is contained in:
Jorge Cabiedes Acosta
2025-08-28 10:25:42 -07:00
parent b98bf118e2
commit b930e1bc9e
@@ -211,7 +211,7 @@ function generateCompilerError(
compilerDiagnostic.withDetail({
kind: 'error',
loc: loc,
message: 'this useState shadows a reactive value',
message: `this useState shadows ${derivedDep}`,
});
}
}