Skip to content

Commit

Permalink
Add _afterPaintQueued and _fallback to mangle.json (#2043)
Browse files Browse the repository at this point in the history
* Add _afterPaintQueued and _fallback to mangle.json

* Remove last empty line
  • Loading branch information
38elements authored and JoviDeCroock committed Oct 28, 2019
1 parent 5a709e1 commit 4679147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compat/mangle.json
Expand Up @@ -20,11 +20,12 @@
"$_root": "__p",
"$_commit": "__c",
"$_suspensions": "__u",
"$_fallback": "__f",
"$_diff": "__b",
"$_render": "__r",
"$_hook": "__h",
"$_catchError": "__e",
"$_unmount": "_e"
}
}
}
}
1 change: 1 addition & 0 deletions hooks/mangle.json
Expand Up @@ -6,6 +6,7 @@
"props": {
"cname": 6,
"props": {
"$_afterPaintQueued": "__a",
"$__hooks": "__H",
"$_component": "__c",
"$_defaultValue": "__p",
Expand Down

0 comments on commit 4679147

Please sign in to comment.