Ankit Virani

Results 2 issues of Ankit Virani

Wrong object return Current output get from the pattern ```{ email: undefined, firstName: { email: "[email protected]", firstName: "John", lastName: "Doe" }, lastName: undefined }``` Output should be ```{ email: "[email protected]",...

Hi, I am facing an issue while using this package for Figma plugin and the following is the error I am facing ` node_modules/@figma/plugin-typings/index.d.ts:11:9 11 const console: Console ~~~~~~~ 'console'...