Skip to content

Commit

Permalink
feat(code connect): fix connect file template
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermorrisford committed Dec 18, 2024
1 parent a3e69df commit b504935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan-figma-connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ figma.connect(
{
props: {
// *This file was generated from a script*
// TODO: manually map props here, see https://www.figma.com/code-connect-docs/react/#figmaconnect
// TODO: (optional) To manually map props here, see https://www.figma.com/code-connect-docs/react/#figmaconnect
children: figma.children('*'),
},
example: (props) => <${componentName}>{props.children}</${componentName}>,
Expand Down

0 comments on commit b504935

Please sign in to comment.