We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82c9f1 commit 41e3968Copy full SHA for 41e3968
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