fix(runtime): remove false browser diagnostics
This commit is contained in:
@@ -4075,15 +4075,6 @@ export const REACTIVE_RUNTIME = String.raw`
|
||||
? Promise.all(values)
|
||||
: values[values.length - 1];
|
||||
}
|
||||
/*__WRNEXUS_DEV_START__*/
|
||||
warnOnce(
|
||||
"WRN-DEV-OUTPUT-UNHANDLED",
|
||||
"Output '" + name + "' has no parent binding. Registered bindings: " +
|
||||
(registry ? Object.keys(registry).join(", ") || "none" : "none") + ".",
|
||||
root,
|
||||
{ output: name, registeredBindings: registry ? Object.keys(registry) : [] },
|
||||
);
|
||||
/*__WRNEXUS_DEV_END__*/
|
||||
return dispatchComponentEvent(root, name, payload);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user