Closed pudo closed 1 year ago
Duplicate of https://github.com/unifiedjs/unified/issues/227
Hi! This was closed. Team: If this was fixed, please add phase/solved
. Otherwise, please add one of the no/*
labels.
Hi! Thanks for taking the time to contribute!
Because we treat issues as our backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn’t an exact duplicate but is closely related.
Thanks, — bb
Initial checklist
Affected packages and versions
unified 11.0
Link to runnable example
https://github.com/opensanctions/site/blob/main/lib/util.tsx#L11-L20
Steps to reproduce
I'm trying to just build a string of markdown into some HTML using TypeScript and unified. When attempting to upgrade from unified 10 to 11, the very simple call syntax present in the README file of this project is rejected because of type inconsistencies. All the other dependencies are up to date, so I'm a curious if there may be a need to updated the usage as per
README
?Expected behavior
The same pipeline works flawlessly using unified 10.
Actual behavior
Affected runtime and version
node@20.4.0
Affected package manager and version
9.7.2
Affected OS and version
No response
Build and bundle tools
Next.js