Skip to content

Commit

Permalink
Update packages/nextra/src/client/components/remote-content.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina authored Oct 2, 2024
1 parent c3ffdd1 commit 1175356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextra/src/client/components/remote-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function evaluate(
// function with the actual values.
const hydrateFn = Reflect.construct(Function, ['$', ...keys, compiledSource])

return hydrateFn({ useMDXComponents, ...runtime }, ...values)
return /* @__PURE__ */ hydrateFn({ useMDXComponents, ...runtime }, ...values)
}

export function RemoteContent({
Expand Down

0 comments on commit 1175356

Please sign in to comment.