Skip to content

Commit

Permalink
Add mangle config for _lastValue
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Sep 11, 2019
1 parent 30d2117 commit 04f3a39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"$_render": "__r",
"$_hook": "__h",
"$_catchError": "__e",
"$_unmount": "_e"
"$_unmount": "_e",
"$_lastValue": "__s"
}
}
}

0 comments on commit 04f3a39

Please sign in to comment.