-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
Initial checklist
- I read the support docsI read the contributing guideI agree to follow the code of conductI searched issues and couldn’t find anything (or linked relevant results below)To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Affected packages and versions
latest
Link to runnable example
No response
Steps to reproduce
mdast-util-mdx-jsx/lib/complex-types.d.ts
Lines 46 to 56 in b823b20
declare module 'hast' { | |
interface RootContentMap { | |
mdxJsxTextElement: MdxJsxTextElement | |
mdxJsxFlowElement: MdxJsxFlowElement | |
} | |
interface ElementContentMap { | |
mdxJsxTextElement: MdxJsxTextElement | |
mdxJsxFlowElement: MdxJsxFlowElement | |
} | |
} |
Expected behavior
should contain hast children
Actual behavior
contains mdast nodes
Affected runtime and version
latest
Affected package manager and version
No response
Affected OS and version
No response
Build and bundle tools
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
github-actions commentedon Jan 5, 2023
github-actions commentedon Jan 31, 2023
github-actions commentedon Jan 31, 2023
wooorm commentedon Jan 31, 2023
weird caching, github!