Sergey S. Volkov

Results 13 issues of Sergey S. Volkov

Here is basic information about interactions https://g2plot.antv.antgroup.com/api/options/interactions But here's link broken ![image](https://github.com/antvis/G2Plot/assets/16340911/5d5cc213-988f-4a66-beb1-fcc19b3d5606)

Question

## Hello, dear @markerikson Now I decided to collect project to production version And I see this errors in console: ![image](https://cloud.githubusercontent.com/assets/16340911/23170576/b59be726-f860-11e6-9cb8-341ca48e5b71.png) server config : ``` app.use("/", express.static(PATHS.dist)); app.listen(ENVIRONMENT.port, ENVIRONMENT.host, function...

I' ve add modified example from documentation about validators in my ts project and got ts errors https://farfetched.pages.dev/tutorial/validators.html ```ts const blockQuery = createQuery({ effect: createEffect(async (id: string) => { const...

type:bug
scope:core