We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apparent typo in source code
https://github.com/antvis/Graphin/blob/master/packages/graphin/src/behaviors/ZoomCanvas.tsx export type IDragCanvasProps = Partial<typeof defaultConfig>;
should most likely be:
export type IZoomCanvasProps = Partial<typeof defaultConfig>;
none - just starting
See above
See above.
In fact, I'm not sure if those types are directly exposed. Right now I access them directly:
import { IDragCanvasProps as IZoomCanasProps } from '@antv/graphin/lib/behaviors/ZoomCanvas'
No response
Any - just source code issue
The text was updated successfully, but these errors were encountered:
@maxott Yes, your finding is right. Could you give me a PR to fix it? Thank you very much
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Apparent typo in source code
should most likely be:
Your Example Website or App
none - just starting
Steps to Reproduce the Bug or Issue
See above
Expected behavior
See above.
In fact, I'm not sure if those types are directly exposed. Right now I access them directly:
Screenshots or Videos
No response
Platform
Any - just source code issue
Additional context
No response
The text was updated successfully, but these errors were encountered: