Skip to content

Commit

Permalink
Shorthand property names not supported in ie11 (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan Doherty <[email protected]>
  • Loading branch information
bmdoherty and Brendan Doherty authored Jun 18, 2020
1 parent 1a0fa52 commit 24cee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/refreshUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function shouldInvalidateReactRefreshBoundary(prevExports, nextExports) {

module.exports = Object.freeze({
enqueueUpdate: createDebounceUpdate(),
getModuleExports,
getModuleExports: getModuleExports,
isReactRefreshBoundary: isReactRefreshBoundary,
shouldInvalidateReactRefreshBoundary: shouldInvalidateReactRefreshBoundary,
registerExportsForReactRefresh: registerExportsForReactRefresh,
Expand Down

0 comments on commit 24cee60

Please sign in to comment.