mmertama / FigmaQML

Converts Figma designs to QML/QtQuick
MIT License
206 stars 39 forks source link

figma parser exception: unsupported object type 'COMPONENT SET' #9

Closed AzlanCoding closed 1 year ago

AzlanCoding commented 1 year ago

I'm trying to convert my figma project at https://www.figma.com/file/VnN352ZUMh54Okc16r6msl/Robotics-Attendance?node-id=0%3A1 to qml. However, when converting, a pop-up appears saying figma parser exception: unsupported object type 'COMPONENT SET' image Are components still supported? If not, is there a workaround for figma components? (i.e. export qml without the figma components) Any help is appreciated.

mmertama commented 1 year ago

Fixed in version 2.0.0

AzlanCoding commented 1 year ago

Thank you so much!