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 fb5b890 commit c42d732Copy full SHA for c42d732
1 file changed
dash/dash-renderer/src/utils/clientsideFunctions.ts
@@ -40,9 +40,6 @@ function set_props(
40
dispatch(notifyObservers({id: idOrPath, props}));
41
42
if (!oldComponent) {
43
- // console.error(
44
- // `Could not find component with id or path: ${idOrPath}`
45
- // );
46
return;
47
}
48
0 commit comments