Sergei

Results 8 issues of Sergei

I'm using `InfinityTable` in my project with additional filtering based on `antd v4`. One of my filters change the array passed to `dataSource` prop, and I set my `pageSize={data.length}`. But...

### Describe the bug When using G6 inside React component my project requires using wrapper components that can clone it's `children` elements. So if container for G6 graph is one...

For my project I have a WASM (Rust based) module imported as a package using `wasm-pack`. In the regular (non-Web Worker) workflow the package works just fine, but when I...

A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://codesandbox.io/s/rich-markdown-editor-slash-oim2w?file=/src/App.tsx 2. Try to delete all the content or enter...

bug

I would like to use `formatter` and `parser` function to `` or `` components, but can't figure out how to pass those functions. I've tried adding them to `widgetProps`, or...

### Thanks for opening an issue! Please select the type of issue you're reporting. For questions. - [ ] Bug - [ ] Feature Request - [ X] Question ###...

### Describe the bug When I have both `G6` and `dagre` in my project typescript declarations reference `dagre-compound` instead of `@types/dagre` and that causes an error: ``` Argument of type...

### Describe the bug It appears that `GraphData` interface imported from `@antv/g6` and the one in `Algorithm` have conflicts with each other. That resolves into errors when trying to pass...

stale