Skip to content

Commit

Permalink
Update mangle.json with Suspense prop rename (#2298)
Browse files Browse the repository at this point in the history
Missed this in #2125
  • Loading branch information
andrewiggins authored Feb 3, 2020
1 parent fd741cc commit bac04a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compat/mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"$_processingException": "__",
"$_root": "__",
"$_commit": "__c",
"$_suspensions": "__u",
"$_pendingSuspensionCount": "__u",
"$_detachOnNextRender": "__b",
"$_diff": "__b",
"$_render": "__r",
Expand Down
2 changes: 1 addition & 1 deletion debug/mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"$_prevState": "__u",
"$_nextState": "__s",
"$_renderCallbacks": "__h",
"$_suspensions": "__u",
"$_pendingSuspensionCount": "__u",
"$_vnode": "__v",
"$_children": "__k",
"$_dom": "__e",
Expand Down
2 changes: 1 addition & 1 deletion hooks/mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"$_commit": "__c",
"$_render": "__r",
"$_renderCallbacks": "__h",
"$_suspensions": "__u",
"$_pendingSuspensionCount": "__u",
"$_hook": "__h",
"$_catchError": "__e",
"$_unmount": "_e"
Expand Down
2 changes: 1 addition & 1 deletion mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"$_renderCallbacks": "__h",
"$_vnode": "__v",
"$_children": "__k",
"$_suspensions": "__u",
"$_pendingSuspensionCount": "__u",
"$_dom": "__e",
"$_component": "__c",
"$__html": "__html",
Expand Down

0 comments on commit bac04a4

Please sign in to comment.