File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.1.8
4
+
5
+ - Add 566
6
+
3
7
## 2.1.7
4
8
5
9
- Add 564, 565
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-error-decoder" ,
3
- "version" : " 2.1.7 " ,
3
+ "version" : " 2.1.8 " ,
4
4
"description" : " ⚛︎ Decode React minified error message" ,
5
5
"keywords" : [
6
6
" react" ,
Original file line number Diff line number Diff line change @@ -551,6 +551,7 @@ exports[`react-error-decoder > updated snapshot 1`] = `
551
551
"562": "The render was aborted due to a fatal error.",
552
552
"563": "This render completed successfully. All cacheSignals are now aborted to allow clean up of any unused resources.",
553
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."
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."
555
556
}
556
557
`;
You can’t perform that action at this time.
0 commit comments