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

⚓️ React component using Anchorme.js to detect urls and emails in a text and converts them into clickable HTML links.

Results 7 react-anchorme issues
Sort by recently updated
recently updated
newest added

Hello, you might want to know that there is an issue going on with anchrome v3 : https://github.com/alexcorvi/anchorme.js/issues/142 It throws this error : `Invalid regular expression: invalid group specifier name`

Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.2.0 to 4.3.2. Changelog Sourced from @​adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...

dependencies

We have a strange issue using this lib, which is only reproducible in our production builds: ```bash TypeError: Cannot read properties of undefined (reading 'list') at react-anchorme.esm.js:1:1275 at react-anchorme.esm.js:1:1550 at...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Great library! One issue I'm seeing is that if you have both normal text and bracketed inner parameters passed as children the component throws various errors. Example 1: testa.com {"testb.com"}...

Can you bump the version of anchorme to the newest one? Hitting into some issues with links ending in a dash which is fixed in more recent versions of anchorme.

With the latest update and support for React v19, this library breaks with the following error: `TypeError: t.list is not a function` This happens whenever tests are run with `happy-dom`...