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
I searched issues and discussions and couldn’t find anything (or linked relevant results below)
Affected package
mdast-util-gfm-autolink-literal
Steps to reproduce
Use react-markdown with the mdast-util-gfm-autolink-literal dependency.
Test the rendering of Markdown content on various versions of iOS (maybe iOS 14).
Observe the compatibility issues resulting from the use of hasOwn and the regular expression limitations.
Actual behavior
crash and get some js error
hasOwn is not a function
Regexp error
Expected behavior
render success
Runtime
No response
Package manager
No response
Operating system
iOS 14.5
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered:
Because we treat issues as our backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn’t an exact duplicate but is closely related.
Initial checklist
Affected package
mdast-util-gfm-autolink-literal
Steps to reproduce
Use react-markdown with the mdast-util-gfm-autolink-literal dependency.
Test the rendering of Markdown content on various versions of iOS (maybe iOS 14).
Observe the compatibility issues resulting from the use of hasOwn and the regular expression limitations.
Actual behavior
crash and get some js error
hasOwn is not a function
Regexp error
Expected behavior
render success
Runtime
No response
Package manager
No response
Operating system
iOS 14.5
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: