SyntaxError: Invalid or unexpected token
[1] at new Function ()
[1] at Component (src\components\mdx.tsx:166:36)
[1] 164 | export function Mdx({ code, className }: MdxProps) {
[1] 165 | console.log(code);
[1] > 166 | const Component = useMDXComponent(code);
Getting error when using hook happens on version ^0.5.8 for next 15.3.2