Fix element is not defined
This commit is contained in:
parent
e2f05d9a64
commit
c0a971a27b
|
@ -251,7 +251,7 @@ export class ReactComponents {
|
|||
DOM.observer.unsubscribe(observerSubscription);
|
||||
|
||||
if (!component) {
|
||||
Logger.err('ReactComponents', [`FAILED TO GET IMPORTANT COMPONENT ${name} WITH REFLECTION FROM`, element]);
|
||||
Logger.err('ReactComponents', [`FAILED TO GET IMPORTANT COMPONENT ${name} WITH REFLECTION FROM`, elements]);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue