We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ebda9 commit 3555e96Copy full SHA for 3555e96
packages/backend/src/altNodes/jsonNodeConversion.ts
@@ -320,7 +320,7 @@ const processNodePair = async (
320
// Get visible JSON children (filters out nodes with visible: false)
321
const visibleJsonChildren = jsonNode.children.filter(
322
(child) => child.visible !== false,
323
- );
+ ) as AltNode[];
324
325
// Map figma children to their IDs for matching
326
const figmaChildrenById = new Map();
0 commit comments