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.
2 parents dd28cef + 4a8c321 commit 6d89cc2Copy full SHA for 6d89cc2
src/symbol.tsx
@@ -165,7 +165,7 @@ export const makeSymbol = (
165
const existingSymbol = existingSymbols.find(symbolMaster => symbolMaster.name === masterName);
166
const symbolID = existingSymbol
167
? existingSymbol.symbolID
168
- : generateID(`symbolID:${masterName}`, !!name);
+ : generateID(`symbolID:${masterName}`, !!masterName);
169
170
const symbolMaster = flexToSketchJSON(
171
buildTree(
0 commit comments