Skip to content

Commit

Permalink
Merge pull request #3165 from preactjs/compat-fix-weird-function-context
Browse files Browse the repository at this point in the history
Fix react-spring error caused by augmented function contexts
  • Loading branch information
marvinhagemeister authored May 25, 2021
2 parents ef5e614 + 997a892 commit 014750e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"$_pendingError": "__E",
"$_processingException": "__",
"$_globalContext": "__n",
"$_context": "__c",
"$_context": "c",
"$_defaultValue": "__",
"$_id": "__c",
"$_contextRef": "__",
Expand All @@ -77,4 +77,4 @@
"$_isSuspended": "__i"
}
}
}
}

0 comments on commit 014750e

Please sign in to comment.