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
Getting this when trying to Export AVD.
I use different groups for forward and reverse animations. So I want to hide one of the groups -> Export and vice versa for the other one.
This worked a few days ago.
Same error in Chrome and Firefox
bugsnag.js.pre-build-optimizer.js:1405 ERROR TypeError: Cannot read property 'name' of undefined
at AvdSerializer.ts:57
at Map.forEach (<anonymous>)
at Module.ZT (AvdSerializer.ts:54)
at t.exportAnimatedVectorDrawable (fileexport.service.ts:90)
at e.onExportAnimatedVectorDrawableClick (layertimeline.component.ts:279)
at Object.handleEvent (layertimeline.component.ngfactory.js.pre-build-optimizer.js:261)
at Object.handleEvent (core.js.pre-build-optimizer.js:19324)
at Object.handleEvent (core.js.pre-build-optimizer.js:19869)
at Ta (core.js.pre-build-optimizer.js:16773)
at core.js.pre-build-optimizer.js:17220
The text was updated successfully, but these errors were encountered:
Here you go. Hope you'll be able to solve it or find a workaround.
If you have both the groups visible that will work but not if you make one of them hidden.
Cheers play_to_pause (6).zip
@alexjlockwood@adrianlandborn I had the same issue. To fix it, we need to remove the hidden layers before exporting. Hidden layers are causing this issue.
Getting this when trying to Export AVD.
I use different groups for forward and reverse animations. So I want to hide one of the groups -> Export and vice versa for the other one.
This worked a few days ago.
Same error in Chrome and Firefox
The text was updated successfully, but these errors were encountered: