Natalia Romankevich
Natalia Romankevich
> I noticed in my local project, if remove Tooltip component from graph with Brush inside, Brush will works correctly. But in this case (without Tooltip), we will have not...
Until it's solved in the library, you can avoid the issue by wrapping the brush in another chart and setting the same syncId to it. BTW, [this demo](https://github.com/farhan687/chart-test) helped me!
> ```c++ > export declare type Props = Omit & BrushProps; > ``` Where to pass that _Props_ then? Thank you!
Hope, you found a solution! I guess you meant _alwaysShowText_ property.
Duplicated [here](https://github.com/recharts/recharts/issues/493). Hope you found it!
Nice to have feature! Having issues seeing deployed changes Using Nextjs 12 and Amplify. Also, it takes too long to deploy changes. We are talking about a simple blog-style website...
I get the same errors importing heatLayer, SemiCircleMarker, and SemiCircle.
Having the same issue. I temporally allowed a union type there.
> https://nextjs.org/docs/basic-features/script#executing-code-after-mounting-onready > > `onReady` prop, this will help ;) I see, this can solve it. The method is called every time the component is mounted. I just don't know...