DWilliames / google-sheets-sync-figma

82 stars 8 forks source link

Components do not sync #141

Open sam-codes opened 1 year ago

sam-codes commented 1 year ago

Describe the bug Components will not swap on my figma file.

To Reproduce Run plugin and observe that components do not swap Figma file and Google Sheet file

Expected behavior Components swap out based on value in spreadsheet. Row is the title of the column and label of component in page.

Additional context I copied all the components I want into the local file, so I am hoping the plugin can find them -> the main components are in other files, but I tried detaching and creating a new component locally: that also didn't work

nat-fx commented 1 year ago

Hi there @sam-codes I just came across this same issue. What resolved it for me was putting a @ in front of the layer name.

e.g. what was previously #item, now is @#item in the layer name.

Now syncing aligns with what the plugin fetches.

Hope this helps