You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed Adobe XD version 35.3.12.2 (Starter) and can't get this plugin to work. When I click on Xamarin Form Exporter from Plugins menu nothing happens. In Developer console I see:
TypeError: Cannot read property 'value' of undefined at getColors (<settings>\plugins\db0fd4aa\main.js:83:60)
I discovered that 'assets.colors.get()' on line 75 does not always contain object with attribute 'color' but sometimes 'gradientTape' instead, which is causing the problem. I can filter out this value, but I'm unsure what the correct would be. What should I do with this value? Could somebedy look into it? I'd be grateful.
The text was updated successfully, but these errors were encountered:
edit - after some playing around I think it is this line let newColor = convertTo('hex', allColors[i]['color']['value']);. If you hard-code it like let newColor = 0x00FFFFFF; then the exporting works...
I installed Adobe XD version 35.3.12.2 (Starter) and can't get this plugin to work. When I click on Xamarin Form Exporter from Plugins menu nothing happens. In Developer console I see:
TypeError: Cannot read property 'value' of undefined at getColors (<settings>\plugins\db0fd4aa\main.js:83:60)
I discovered that 'assets.colors.get()' on line 75 does not always contain object with attribute 'color' but sometimes 'gradientTape' instead, which is causing the problem. I can filter out this value, but I'm unsure what the correct would be. What should I do with this value? Could somebedy look into it? I'd be grateful.
The text was updated successfully, but these errors were encountered: