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 08e13f2 commit c550e9eCopy full SHA for c550e9e
lib/legacy/legacy-data-mixin.html
@@ -59,6 +59,8 @@
59
if (this._legacyUndefinedCheck && args.length > 1) {
60
for (let i=0; i<args.length; i++) {
61
if (vals[i] === undefined) {
62
+ // Break out of effect's control flow; will be caught in
63
+ // wrapped property effect function below
64
throw new UndefinedArgumentError(`argument '${args[i].name}' is undefined; ensure it has an undefined check`);
65
}
66
0 commit comments