react-remarkable icon indicating copy to clipboard operation
react-remarkable copied to clipboard

Linkify: true doesn't work for React 16.4.1

Open archer87pl opened this issue 6 years ago • 0 comments

There is an error thrown when linkify is set to true:

    at Autolinker.replaceFn (linkify.js?5214:33)
    at Autolinker.createMatchReturnVal (Autolinker.js?287d:828)
    at Autolinker.link (Autolinker.js?287d:802)
    at Array.linkify (linkify.js?5214:109)
    at Core.process (parser_core.js?12d2:50)
    at Remarkable.parse (index.js?2259:138)
    at Remarkable.render (index.js?2259:152)
    at Remarkable.renderMarkdown (index.js?1e4d:76)
    at Remarkable.content (index.js?1e4d:58)
    at Remarkable.render (index.js?1e4d:42)```

archer87pl avatar Jul 23 '18 07:07 archer87pl