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
First, thank you for the awesome tool! This is going to be huge for helping my team manage their Figma mockups and giving developers ready-to-use code for our design system.
I have been following along with the Code Connect Docs for React and am trying to implement the Icons as strings. I am using the Sample Design System community file and sds repository mentioned in the Before you begin section but am getting different results than what the documentation calls out.
Based on the documentation, this is the expected outcome: the dev mode shows the icon as a string
Good day! After some more testing, it appears that this issue only occurs in the "Playground" of Figma. If just in the Code Connect view, it works as expected.
First, thank you for the awesome tool! This is going to be huge for helping my team manage their Figma mockups and giving developers ready-to-use code for our design system.
I have been following along with the Code Connect Docs for React and am trying to implement the Icons as strings. I am using the Sample Design System community file and sds repository mentioned in the Before you begin section but am getting different results than what the documentation calls out.
Based on the documentation, this is the expected outcome: the dev mode shows the icon as a string
When implementing it on my side like the below, my reference to
iconId
is still a reference and not astring
.Please provide:
npx figma -V
if using React, orfigma -V
otherwise, to get the version of your CLI]Thanks for the help!
The text was updated successfully, but these errors were encountered: