We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e82c9f1 + 41e3968 commit 8ece44aCopy full SHA for 8ece44a
src/get-scope.ts
@@ -50,7 +50,7 @@ function HACK_updateScopeRefs(scope: Scope, values: Values) {
50
for (const id in scope.reg) {
51
// @ts-expect-error
52
const ref = scope.reg[id];
53
- if (!ref.meta || ref.meta?.derived) {
+ if (!ref.meta || (!ref.meta?.named && ref.meta?.derived)) {
54
/**
55
* Force recalculation of derived values
56
*/
0 commit comments