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 241362e commit e297195Copy full SHA for e297195
packages/octopus-fig/test/integration/figma-parser/services/asset-updater.ts
@@ -108,7 +108,7 @@ export class AssetUpdater {
108
}
109
110
const reader = new SourceApiReader(readerOptions)
111
- const design = reader.parse()
+ const design = reader.getSourceDesign()
112
113
design.on('ready:design', (design) => this._onDesign(design))
114
design.on('ready:style', (chunk) => this._onStyle(chunk))
0 commit comments