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
   
   src/component/tooltip/TooltipHTMLContent.ts:22:31 
- error TS2305: Module '"zrender/src/core/dom"' has no 
exported member 'transformLocalCoordClear'.
   
   22 import { transformLocalCoord, transformLocalCoordClear } from 
'zrender/src/core/dom';
                                    ~~~~~~~~~~~~~~~~~~~~~~~~
   
   
   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]

Reply via email to