0xelisa

Results 2 comments of 0xelisa

Thanks a ton! Super helpful tutorial :)

@Taewa this is what I did and seems to work: ``` .catch((e: any) => { const serializedError = serializeError(e) as SerializedError; const errorData = serializedError.data as MetaMaskErrorData; // Type assertion...