diff --git a/src/technologies/r.json b/src/technologies/r.json index 7f5b03e08..57af6795b 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -421,16 +421,9 @@ "_reactRootContainer": "" } }, - "div[id*='react-root']": { - "attributes": { - "id": "react-root" - } - }, - "span[id*='react-']": { - "attributes": { - "id": "react-" - } - } + "div[id*='react-root'], span[id*='react-']": { + "exists": "" + } }, "html": "<[^>]+data-react", "icon": "React.svg", @@ -1837,4 +1830,4 @@ "scripts": "/recaptcha/api\\.js", "website": "https://www.google.com/recaptcha/" } -} \ No newline at end of file +}