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
* fix(rehype): fix type issues
The augmented hast `Data` interface conflicts with `ElementData` from
`mdast-util-to-hast`. The augmentation is redundant, so it’s removed
entirely.
The augmented hast `Properties` interface was redundant and invalid.
Instead, the value is now converted to string in the place it is used.
0 commit comments