gavinmcfarland / figma-node-decoder

Converts any Figma layer/node to Plugin API compatible code.
MIT License
40 stars 5 forks source link

Components not selected by user try to append to parent which doesn't exit #3

Closed gavinmcfarland closed 3 years ago

gavinmcfarland commented 3 years ago

When the user decodes a node instance without the main component selected, and the main component doesn't exist at the top level, the script tries to append the component to the parent node that hasn't been created.

gavinmcfarland commented 3 years ago

Fixed in last release.