plebbit / plebbit-react

A GUI for plebbit
https://plebbitapp.eth.limo
GNU General Public License v2.0
35 stars 6 forks source link

Pop up errors shouldn't use error.stack anymore, they should use error.toString() #241

Closed estebanabaroa closed 1 year ago

estebanabaroa commented 1 year ago

This is what it looks like right now:

Screenshot 2023-04-08 at 06-22-21 plebbit

The errors pop ups should only use error.toString(). Maybe search the entire project for the keyword "stack" to make sure no instances are forgotten.