Lukáš Letovanec

Results 5 comments of Lukáš Letovanec

**Some additional info:** Pressing `q` *sometimes* works when i follow these steps: 1. starting terminal with bash: `bash -il` 2. entering `zsh` 3. press `ctrl+a` 4. press `q` I wrote...

I just found a solution specific for my setup. My default shell is `zsh`. When I use `bash -il` as default terminal command I'm not able to use `q` to...

to get the same type as before the change that broke this you can temporarily use ```ts const VictoryZoomVoronoiContainer = createContainer('zoom', 'voronoi') as React.ComponentType< VictoryVoronoiContainerProps & VictoryZoomContainerProps > ```

Hey! I have the same problem. To provide more context: I've only started to see this error after i started using `eslint-import-resolver-alias` package with configuration to enable absolute paths. With...

Thanks for reporting this issue! Will take a look at it in upcoming days