Skip to content

Commit

Permalink
chore: modify const
Browse files Browse the repository at this point in the history
  • Loading branch information
answershuto committed Aug 29, 2024
1 parent 42ee6bf commit e355809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/src/server/streamRender.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function renderToNodeStream(
matches,
loaderData,
} = routerContext;
let renderAssets = getAllAssets(loaderData, matches, assetsManifest);
const renderAssets = getAllAssets(loaderData, matches, assetsManifest);
options?.onShellReady && options.onShellReady({
renderAssets,
});
Expand Down

0 comments on commit e355809

Please sign in to comment.