Skip to content

Commit

Permalink
feat(figma-codegen): update component keys to exclude from codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
te6-in committed Jan 17, 2025
1 parent e7394ce commit 365fd73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/figma-codegen/src/codegen/component/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,6 @@ export const componentHandlerMap = new Map(
);

export const ignoredComponentKeys = new Set<string>([
"a96fe9696d66425daa57bdc86a378a54a54ae0f9",
"5f5b68664abeaacde7d38c2418cc8e9706bf20d8",
"1acdc7247c83a73a0504d6fad86d08783938cb1a",
"b38b719b61cdf1a24458d7a7888bee74b7649084",
]);

0 comments on commit 365fd73

Please sign in to comment.