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 9a387d5 commit 75f7339Copy full SHA for 75f7339
transforms/tracked-properties/utils/helper.js
@@ -63,7 +63,7 @@ function _doesContainNonLocalArgs(argItem, computedMap, classProperties) {
63
64
// If currItem is not a class property and
65
// if it is not a computed property with dependent keys, return true.
66
- if ((!classProperties.includes(currItem) && !dependentKeys) || Object.keys(computedMap).includes(currItem)) {
+ if (!classProperties.includes(currItem) && !dependentKeys) {
67
return true;
68
}
69
// If currItem itself is a computed property, then it would have dependent keys.
0 commit comments