Drew Johnson

Results 7 comments of Drew Johnson

Encountered this as well with just plain tsc and node ``` "dev": "pnpm run dev:tsc & pnpm run dev:node", "dev:tsc": "tsc --watch", "dev:node": "node --watch dist/index.js", ``` The dynamic require...

@bdbch Honestly fine with whatever makes sense for the project's codebase so long as we have a way to work in ESM a. is a solid option imo c. could...

Was seeing this in a Vite app - using a Radix/shadcn ScrollArea https://ui.shadcn.com/docs/components/scroll-area which has some funky positioning styles - switching to a simpler component for the `suggestionMenuComponent` resolved my...

@bdbch should this just be closed per `This is not a full implementation of a markdown renderer..` For people wanting to extend from this starting point they'll just need to...

Does this belong here? https://github.com/ueberdosis/tiptap/pull/6375

Also ran into this one https://github.com/ueberdosis/tiptap/issues/6368 Probably needs to be addressed as well