lokalise / node-lokalise-api

Lokalise API v2 Node.js client.

Home Page:https://lokalise.github.io/node-lokalise-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong member name, must be elementClass

xperiments opened this issue · comments

begin working with the api, get this error:

"UnhandledPromiseRejectionWarning: TypeError: childClass.elementClass is not a constructor"

I think is a typo error.

protected static memberClass: Object = File;

needs to be:

protected static elementClass: Object = File;

Thank you!