Hi folks,
Just started using Auex with Figma and ran into Plugin Error: TypeError: cannot read property “name” of undefined.
Any thoughts on how to rectify this?
Hi folks,
Just started using Auex with Figma and ran into Plugin Error: TypeError: cannot read property “name” of undefined.
Any thoughts on how to rectify this?
Best answer by jak_e
Hey Kath! This is a fairly common JS error and occurs when your code says something like kathIsCool.name
when kathIsCool
is undefined.
I’d look in your code for where you are using .name
on something and try and figure out why that something is undefined.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.