You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, while the parser is compatible with unist, the types do not seem to be compatible. Using the visit function from unist-util-visit, I get the following type error:
Argument of type 'Root' is not assignable to parameter of type 'Node'.
Index signature is missing in type 'Root'.
The text was updated successfully, but these errors were encountered:
Hi, while the parser is compatible with unist, the types do not seem to be compatible. Using the
visit
function fromunist-util-visit
, I get the following type error:The text was updated successfully, but these errors were encountered: