Skip to content

Commit 81ae2dc

Browse files
authored
Merge branch 'canary' into canary
2 parents 33ebe69 + 9bdb793 commit 81ae2dc

File tree

1 file changed

+1
-1
lines changed
  • packages/react-dev-overlay/src/internal/container

1 file changed

+1
-1
lines changed

packages/react-dev-overlay/src/internal/container/Errors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const HotlinkedText: React.FC<{
5858
}> = function HotlinkedText(props) {
5959
const { text } = props
6060

61-
const linkRegex = /https?:\/\/[^\s/$.?#].[^\s]*/i
61+
const linkRegex = /https?:\/\/[^\s/$.?#].[^\s"]*/i
6262
return (
6363
<>
6464
{linkRegex.test(text)

0 commit comments

Comments
 (0)