diff --git a/src/technologies/r.json b/src/technologies/r.json index c9842ddf7..0e706f4b8 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -420,7 +420,17 @@ "properties": { "_reactRootContainer": "" } - } + }, + "div[id*='react']": { + "attributes": { + "id": "react-root" + } + }, + "span[id*='react-']": { + "attributes": { + "id": "react-" + } + } }, "html": "<[^>]+data-react", "icon": "React.svg",