I've been having a bit of trouble, with errors like the following:
1:1 error TypeError: Cannot read properties of undefined (reading 'inTable')
1:1 error TypeError: Cannot read properties of undefined (reading 'mdxJsxTagStack')
I've done some digging and it looks like this might have something to do with mismatched versions of packages within the remark ecosystem. So, I also tried running remark-cli directly via a github action like so
Hi there! I apologize for the vague title.
I'm quite new to the remark ecosystem and am trying to implement this GitHub Action into the prisma docs repo here: https://github.com/prisma/docs/pull/5956
I've set up the action like so:
I've been having a bit of trouble, with errors like the following:
I've done some digging and it looks like this might have something to do with mismatched versions of packages within the remark ecosystem. So, I also tried running
remark-cli
directly via a github action like soand everything worked like I would expect.
Is there anything horribly obvious I'm missing? Any recommendations you'd have?
Thank you for your time!