Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 64d1f06

Browse filesBrowse files
deploy: 2a62b65
1 parent 834ec98 commit 64d1f06
Copy full SHA for 64d1f06

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed

‎dist/immutable.es.js

Copy file name to clipboardExpand all lines: dist/immutable.es.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2311,7 +2311,7 @@ function updateInDeeply(
23112311
if (!wasNotSet && !isDataStructure(existing)) {
23122312
throw new TypeError(
23132313
'Cannot update within non-data-structure value in path [' +
2314-
keyPath.slice(0, i).map(quoteString) +
2314+
Array.from(keyPath).slice(0, i).map(quoteString) +
23152315
']: ' +
23162316
existing
23172317
);

‎dist/immutable.js

Copy file name to clipboardExpand all lines: dist/immutable.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,7 @@
23172317
if (!wasNotSet && !isDataStructure(existing)) {
23182318
throw new TypeError(
23192319
'Cannot update within non-data-structure value in path [' +
2320-
keyPath.slice(0, i).map(quoteString) +
2320+
Array.from(keyPath).slice(0, i).map(quoteString) +
23212321
']: ' +
23222322
existing
23232323
);

‎dist/immutable.min.js

Copy file name to clipboardExpand all lines: dist/immutable.min.js
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.