Results 8 issues of lead.q

Hello, After I triend so much things with rollup-plugin-postcss, I finally found your awesome library. Then I tried both modes and mode inject worked but extract didnt. I want to...

I render custom Legend component and using Typescript. When I log payload data of CustomLegend I can see that "dataKey" property is there, but Payload type which comes from "DefaultLegendContent.d.ts"...

typescript

I am using scss.module in my project and when I use classnames library, I bind the style and use like below ``` import classnames from 'classnames/bind'; import style from './style.module.scss';...

As far as I know, react's update machanism somehow checks the new value and current value of states to optimize rerenders. And I can see this behaviour after second time....

Status: Unconfirmed

On mouse hover, there is a tooltip that says '{number} Star' It should be optional

### Dependencies check up - [X] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? 7.10.2...

Fixed patch

Hi everyone! We're running into a challenge similar to [#3350](https://github.com/reduxjs/redux-toolkit/issues/3350) in our project, and we’d love to get your thoughts on a possible solution. ## What’s Happening We’re working on...

RTK-Query

Hello, I am facing with animation in my project. The scenerio is: 1. Slider draw some card components in slide. for example 15 cards. (Simple card components like ant-d did)...