From 0d7ac6bc5d1d1f62d450866e06c48915f107b69c Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 19 Jun 2022 19:55:28 +0600 Subject: [PATCH] Update React / js framworks --- src/technologies/r.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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",