diff --git a/src/index.tsx b/src/index.tsx index e6ec72c..5940c8a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -93,7 +93,7 @@ export function MDXRemote({ // function with the actual values. const hydrateFn = Reflect.construct( Function, - keys.concat(`${compiledSource}`) + keys.concat(compiledSource) ) return hydrateFn.apply(hydrateFn, values).default