Skip to content

Commit

Permalink
Merge pull request #4491 from hunxjunedo/main
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger authored Nov 8, 2024
2 parents d929818 + 772e356 commit 7f657d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const updateDefaultProps = async ({
defaultPropsValue.type !== 'TSAsExpression'
) {
throw new Error(
`\`defaultProps\` prop must be a hardcoded value in the <Composition/> tag with the ID "${defaultPropsValue.type}".`,
`\`defaultProps\` prop must be a hardcoded value in the <Composition/> tag with the ID "${compositionId}".`,
);
}

Expand Down

0 comments on commit 7f657d7

Please sign in to comment.