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 11# CHANGELOG
22
3+ ## 2.1.8
4+
5+ - Add 566
6+
37## 2.1.7
48
59- Add 564, 565
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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`;
You can’t perform that action at this time.
0 commit comments