Skip to content

Commit dfe4da3

Browse files
committed
Add 561
1 parent 5816b38 commit dfe4da3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.1.5
4+
5+
- Add 561
6+
37
## 2.1.4
48

59
- Add 552-560

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-decoder",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "⚛︎ Decode React minified error message",
55
"keywords": [
66
"react",

src/test.ts.snapshot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ exports[`react-error-decoder > updated snapshot 1`] = `
546546
"557": "Expected to have a hydrated activity instance. This error is likely caused by a bug in React. Please file an issue.",
547547
"558": "Client rendering an Activity suspended it again. This is a bug in React.",
548548
"559": "Expected to find a host node. This is a bug in React.",
549-
"560": "Cannot use a startGestureTransition() with a comment node root."
549+
"560": "Cannot use a startGestureTransition() with a comment node root.",
550+
"561": "This rendered a large document (>%s kB) without any Suspense boundaries around most of it. That can delay initial paint longer than necessary. To improve load performance, add a <Suspense> or <SuspenseList> around the content you expect to be below the header or below the fold. In the meantime, the content will deopt to paint arbitrary incomplete pieces of HTML."
550551
}
551552
`;

0 commit comments

Comments
 (0)