AA

Results 175 comments of AA

> testing @angeloaltamiranom, it seems you forgot to add the text property for LinesEllipsisLoose

``` grunt.file.copy(from, to, {mode: '0755'}) ``` by the way, does not work as well

Now compare how long it takes to render Tabs up to [10 seconds](https://github.com/ant-design/ant-design/issues/43363), and this seems to be a feature

@zombieJ, @MadCcc I see that Ant Design already comes with its included styles. Am I correct in understanding that no matter which caching or style extraction method is chosen (`cssinjs`...

@abenhamdine, I have a suspicion that many components were noticeably slowing things down. I had to completely give up on basic components like Layout, Typography, Row/Col, Space, Tabs, and the...

I have a similar issue with flickering and [render lag](https://github.com/ant-design/ant-design/issues/43363)

Has anyone managed to find a way to manually add the `srcset` attribute? Currently, it's generated randomly, and it's not clear who this component is even intended for.

> @monolithed I ended up writing my own img component. Just ignore the TypeScript warning that next/image should be used. @cbratschi, could you provide an example where you were able...

@psiho, you're absolutely right. Typically, image sizes are tailored to match various screen dimensions, and distorting or arbitrarily altering them is unacceptable. I'd go even further to say that sometimes...