Chris Weber
Chris Weber
I can confirm this one, in Next.js 15.1.x with mdxRs (mdxjs-rs) enabled I get this error: whitespace text nodes cannot be a child of <table> ``` Error: In HTML, whitespace...
[Next.js 15](https://nextjs.org/blog/next-15) has been released with support for [typescript configuration files](https://nextjs.org/docs/app/building-your-application/configuring/typescript#type-checking-nextconfigts), so you could probably add next.config.ts to this ticket ... EDIT: or should I open a new issue?
> can I ask back on your point? The wizard should already detect your `next.config.ts` file when setting up. Was this not the case for you? @lforst I mean when...
@Mojtaba-amirii duplicate: https://github.com/pmndrs/react-postprocessing/issues/301
> ```shell > Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /home/runner/work/courses/courses/node_modules/@shikijs/vscode-textmate/package.json > ``` @karlhorky for vscode-textmate the problem got fixed in the https://github.com/shikijs/vscode-textmate/pull/2, it fixes importing rehype-pretty-code and @shiki/rehype import...