Skip to content

Commit e3de5e3

Browse files
committed
Add 564, 565
1 parent 5a07bc9 commit e3de5e3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.7
4+
5+
- Add 564, 565
6+
37
## 2.1.6
48

59
- Add 562, 563

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.6",
3+
"version": "2.1.7",
44
"description": "⚛︎ Decode React minified error message",
55
"keywords": [
66
"react",

src/test.ts.snapshot

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,8 @@ exports[`react-error-decoder > updated snapshot 1`] = `
549549
"560": "Cannot use a startGestureTransition() with a comment node root.",
550550
"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.",
551551
"562": "The render was aborted due to a fatal error.",
552-
"563": "This render completed successfully. All cacheSignals are now aborted to allow clean up of any unused resources."
552+
"563": "This render completed successfully. All cacheSignals are now aborted to allow clean up of any unused resources.",
553+
"564": "Unknown command. The debugChannel was not wired up properly.",
554+
"565": "resolveDebugMessage/closeDebugChannel should not be called for a Request that wasn't kept alive. This is a bug in React."
553555
}
554556
`;

0 commit comments

Comments
 (0)