Closed XavierGeerinck closed 2 hours ago
I just tried generating some compiled markdown, but I am constantly getting:
error TypeError: cache is not a function
Using the latest react and nextjs versions (15.0.2)
Can be closed, figured it out. Had to pass context in the transform function
const body = await compileMDX(context, document);
I just tried generating some compiled markdown, but I am constantly getting:
Using the latest react and nextjs versions (15.0.2)