abnerluan7

Results 2 comments of abnerluan7

I have this simple solution `export const unpackAsset = (asset: any) => { if(typeof asset === 'object'){ return asset.default; } return asset; }`