Vjacheslav Trushkin

Results 279 comments of Vjacheslav Trushkin

Confirmed and trying to debug it... When trying to debug it, found a related issue: ``` Installing @iconify-json/mdi... Unknown Syntax Error: Unsupported option name ("--prefer-offline"). $ yarn add [--json] [-E,--exact]...

Figured it out. Error is caused by `resolvePath` from `mlly` package failing to resolve `@iconify-json/material-symbols/icons.json`, even though package is installed. So 2 unrelated issues.

Click event is not handled by icon, so it is an issue somewhere else.

I think different behaviour of icons triggers some bug in IconButton component or code it uses. When displaying typical icon, it is rendered only once and it is done immediately....

> Unfortunately the project owner doesn't seem to accept that this is an Iconify bug. Because it is not. There is no way icon can affect behavior of parent element....

Try creating a custom icon component that matches Iconify component in behavior. Iconify component cannot render icon until it loads icon data from API, so it initially renders empty ``....

Closing this issue. As posted above, it is not icon component issue. Icon component does not and cannot affect event listeners on parent elements.

Yes, its a weird bug. However, it is illogical. Also I have not seen any reports of such bug with any other library, only with MaterialUI. So I firmly believe...

> 这个计划有继续吗?非常期待 Not anymore. Due to massive amount of work, Figma plugin rewrite is currently nowhere near top priority. Current version works very well. Changing it would require way too...

Sorry for huge delay. Finally got to rewriting Figma plugin, which made it possible to add new stuff including color styles. Added: - Support for color styles - Keeping icon's...