Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Kirszenberg <alex.kirszenberg@vercel.com>
  • Loading branch information
sokra and alexkirsz committed Jun 19, 2023
1 parent 3334d1c commit e1ee57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async function runOperation(renderData: RenderData) {
},
ComponentMod: {
...entry,
__next_app_: {
__next_app__: {
require: __next_require__,
loadChunk: __next_chunk_load__,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function render(request: NextRequest, event: NextFetchEvent) {
},
ComponentMod: {
...entry,
__next_app_: {
__next_app__: {
require: __next_require__,
loadChunk: __next_chunk_load__,
},
Expand Down

0 comments on commit e1ee57b

Please sign in to comment.