Fix element is not defined

This commit is contained in:
Samuel Elliott 2018-08-07 00:08:13 +01:00
parent e2f05d9a64
commit c0a971a27b
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}