rel boolean type is not working with remark-external-links #533
-
|
Beta Was this translation helpful? Give feedback.
Answered by
ChristianMurphy
Sep 15, 2020
Replies: 1 comment 3 replies
-
@MejanH can you clarify what you mean by "not working"? Is it just the typescript error? Or does it have an issue during runtime? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ChristianMurphy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@MejanH can you clarify what you mean by "not working"?
Is it just the typescript error?
If so a PR to add false to this type union would be welcome: https://github.com/remarkjs/remark-external-links/blob/2c6fc4bd9801489809789964dff96c9ecf6e0605/types/index.d.ts#L18-L30
Or does it have an issue during runtime?