You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to export the colors from the UI2: Figma's Design System (Community) file I get an error in the console. Everything else is exported without issues.
I don't think it will be useful, since the code is minified, but here the message:
Uncaught TypeError: Cannot read properties of null (reading 'r')
EDIT: I just found out where the issue is!
As soon as I hide one of the colors in the style, the plugin breaks
The text was updated successfully, but these errors were encountered:
When I try to export the colors from the UI2: Figma's Design System (Community) file I get an error in the console. Everything else is exported without issues.
I don't think it will be useful, since the code is minified, but here the message:
Uncaught TypeError: Cannot read properties of null (reading 'r')
EDIT: I just found out where the issue is!
As soon as I hide one of the colors in the style, the plugin breaks
The text was updated successfully, but these errors were encountered: