Kristoffer
Kristoffer
Thank you for the quick reply @sweatybridge 🙏 . So that didn't work for me unfortunately. Maybe I should clarify – the actual data returned from the query has the...
No I can't see anything in vconsole because it doesn't load. The stack trace is just 60+ repeats of: ``` Promise.then (async) readData @ three.module.js:42216 eval @ three.module.js:42235 ``` Any...
This is from the browser console. The virtual console doesn't load. The same error happens in your Next.js starter project.
Right, I should have specified in my last comment that this is for the app router. I made a fork of the repo that reproduces the error: https://github.com/kristofferso/needle-test/tree/main/src
Same problem here. Using Next.js 15 in a client side component. Happens when the inserted content includes a list item, for example: `1. Bullet one` and `tiptap-markdown` is being used...
I used an npm override in my package.json to set the markdown-it package to 13.0.2 – then my issue dissappeared.