]> cat aescling's git repositories - mastodon.git/commit
Add paragraph about browser add-ons when encountering some errors (#14801)
authorThibG <thib@sitedethib.com>
Mon, 14 Sep 2020 13:05:22 +0000 (15:05 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Sep 2020 13:05:22 +0000 (15:05 +0200)
commitb67caf9be48294bef290eea69e90d98223fcf3eb
tree476f9ddb04f6a754fe36f45c6855ea8bbc8eb1ad
parente975877d9c17c3c1ad7a1643462f6ef78d5294f7
Add paragraph about browser add-ons when encountering some errors (#14801)

* Add paragraph about browser add-ons when encountering some errors

When a crash is caused by a NotFoundError exception, add a paragraph
to the error page mentioning browser add-ons.

Indeed, crashes with NotFoundError are often caused by browser extensions
messing with the DOM in ways React.JS can't recover from (e.g. issues #13325
and #14731).

* Reword error messages
app/javascript/mastodon/components/error_boundary.js