Skip to content

Commit 343282b

Browse files
committed
Add 566
1 parent e3de5e3 commit 343282b

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.8
4+
5+
- Add 566
6+
37
## 2.1.7
48

59
- Add 564, 565

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.7",
3+
"version": "2.1.8",
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
@@ -551,6 +551,7 @@ exports[`react-error-decoder > updated snapshot 1`] = `
551551
"562": "The render was aborted due to a fatal error.",
552552
"563": "This render completed successfully. All cacheSignals are now aborted to allow clean up of any unused resources.",
553553
"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."
554+
"565": "resolveDebugMessage/closeDebugChannel should not be called for a Request that wasn't kept alive. This is a bug in React.",
555+
"566": "FragmentInstance.experimental_scrollIntoView() does not support scrollIntoViewOptions. Use the alignToTop boolean instead."
555556
}
556557
`;

0 commit comments

Comments
 (0)