Skip to content

Commit

Permalink
Explore React 18 RC support
Browse files Browse the repository at this point in the history
  • Loading branch information
tyhopp committed Mar 10, 2022
1 parent c0d2eba commit 7e43126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/cache-dir/static-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export default async function staticPage({
if (renderToPipeableStream) {
const writableStream = new WritableAsPromise()
const { pipe } = renderToPipeableStream(bodyComponent, {
onCompleteAll() {
onAllReady() {
pipe(writableStream)
},
onError() {},
Expand Down

0 comments on commit 7e43126

Please sign in to comment.