piotrzarzycki21 commented on PR #20969: URL: https://github.com/apache/echarts/pull/20969#issuecomment-2966208240
@Ovilia Thanks for review. I have made my changes but I have problem with commit. I could try to figure out what is all about but maybe I'm just missing something. I have pull changes from upstream master to my branch before that commit. Here is what I'm getting now: ``` > [email protected] lint > npx eslint --cache --cache-location node_modules/.cache/eslint src/**/*.ts ssr/client/src/**/*.ts extension-src/**/*.ts > [email protected] checktype > tsc --noEmit [96msrc/component/tooltip/TooltipHTMLContent.ts[0m:[93m22[0m:[93m31[0m - [91merror[0m[90m TS2305: [0mModule '"zrender/src/core/dom"' has no exported member 'transformLocalCoordClear'. [7m22[0m import { transformLocalCoord, transformLocalCoordClear } from 'zrender/src/core/dom'; [7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~[0m Found 1 error. husky - pre-commit hook exited with code 2 (error) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
