From ab39660f0bb633bbb8d5828b14d5b63f8ebeffa8 Mon Sep 17 00:00:00 2001 From: Ryan Cebulko Date: Mon, 13 Dec 2021 16:26:51 -0500 Subject: [PATCH] Update src/core/context/values.js Co-authored-by: Jake Fried --- src/core/context/values.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/context/values.js b/src/core/context/values.js index 7d8b4901452c4..fc6d01aaba57e 100644 --- a/src/core/context/values.js +++ b/src/core/context/values.js @@ -624,7 +624,6 @@ export class Values { } if (newParentContextNode) { - devAssert(pingParent); newParentContextNode.values.subscribe(prop, pingParent); } }