uskudarli opened a new issue #19: [incubator-annotator] capitalization error in imported module name asyncGenerator URL: https://github.com/apache/incubator-annotator/issues/19 After installation of [incubator-annotator](https://github.com/apache/incubator-annotator) when the demo is started > yarn start the error: ERROR in ./node_modules/@babel/runtime/helpers/builtin/es6/wrapAsyncGenerator.js Module not found: Error: Can't resolve './AsyncGenerator' is encountered. Fixing the capitalization (from A to a) resolves the issue (import AsyncGenerator from "./asyncGenerator")
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services