Wrong member name, must be elementClass
xperiments opened this issue · 1 comments
xperiments commented
begin working with the api, get this error:
"UnhandledPromiseRejectionWarning: TypeError: childClass.elementClass is not a constructor"
I think is a typo error.
needs to be:
protected static elementClass: Object = File;
kutanov commented
Thank you!