Skip to content

Commit

Permalink
Change name to replaceHydrateFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Apr 21, 2018
1 parent 77bdadf commit ddcb3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/cache-dir/production-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ apiRunnerAsync(`onClientEntry`).then(() => {

const NewRoot = apiRunner(`wrapRootComponent`, { Root }, Root)[0]

const renderer = apiRunner(`getRenderer`, undefined, ReactDOM.render)[0]
const renderer = apiRunner(`replaceHydrateFunction`, undefined, ReactDOM.render)[0]

domReady(() =>
renderer(
Expand Down

0 comments on commit ddcb3aa

Please sign in to comment.