abnerluan7
Results
2
comments of
abnerluan7
same issue
I have this simple solution `export const unpackAsset = (asset: any) => { if(typeof asset === 'object'){ return asset.default; } return asset; }`