Closed dimaMachina closed 1 year ago
That was fixed in https://github.com/syntax-tree/hast-util-to-estree/releases/tag/2.3.2? I don’t think anything related landed in 3. Reinstall your dependencies to get bugfixes.
Why not to pin ^2.3.2
instead of ^2.0.0
?
Because the open source javascript ecosystem is a stack of projects that depend on each other. Semver makes sure that we don‘t need to update this project for you to get fixes: you can get fixes yourself.
Initial checklist
Affected packages and versions
@mdx-js/mdx
Link to runnable example
No response
Steps to reproduce
https://github.com/mdx-js/mdx/blob/8a563128a346a637dfe6bc83df55f069947d2337/packages/mdx/package.json#L57 should be bumped to v3
let's set style as string in plugin and provide it in
rehypePlugins
Expected behavior
with v3
Actual behavior
with v2
Runtime
No response
Package manager
No response
OS
No response
Build and bundle tools
No response