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
install CRA by npx create-react-app test-figma2react
install npm i -g figma2react globally and configurate .figma2react configuration file for figma connection
create rectangle named test at figma
run figma2react generate
What needs to be done:
Component named test should be created at the src/components folder
What actually happened
Empty src/components folder was created
run figma2react watch
change the color of the rectangle
What needs to be done:
Component named test should be created at the src/components folder
What actually happened figma2react wrote the text "project changed, making modifications!", but there are still no components at the src/components folder
The text was updated successfully, but these errors were encountered:
Steps to reproduce
npx create-react-app test-figma2react
npm i -g figma2react
globally and configurate.figma2react
configuration file for figma connectiontest
at figmafigma2react generate
What needs to be done:
Component named
test
should be created at thesrc/components
folderWhat actually happened
Empty
src/components
folder was createdfigma2react watch
What needs to be done:
Component named
test
should be created at thesrc/components
folderWhat actually happened
figma2react
wrote the text "project changed, making modifications!", but there are still no components at thesrc/components
folderThe text was updated successfully, but these errors were encountered: