Results 3 comments of Khang

In my experience this issue is caused by me renaming the root directory of a directory containing node packages. My fix has been to delete the `node_modules` folder and run...

After a quick bisect I found the breaking commit to be 51260c0 and this particular patch fixes this particular issue, though I don't know if it introduces new ones (it...

This error disappears when commenting out lines 113-115 in https://github.com/remarkjs/remark-math/blob/7e82f934e77d62b7366825633bc7f1d5d5e5a861/packages/rehype-mathjax/lib/create-plugin.js ```js if (found && renderer.styleSheet) { context.children.push(renderer.styleSheet()) } ``` Though it's still unclear where the root cause is