From 0d7ac6bc5d1d1f62d450866e06c48915f107b69c Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 19 Jun 2022 19:55:28 +0600 Subject: [PATCH 1/3] 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", From 8cb01ff72517f761e904bf74c1de962d7b8f87cf Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 24 Jun 2022 20:27:55 +0600 Subject: [PATCH 2/3] update --- src/technologies/r.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/r.json b/src/technologies/r.json index 0e706f4b8..7f5b03e08 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -421,7 +421,7 @@ "_reactRootContainer": "" } }, - "div[id*='react']": { + "div[id*='react-root']": { "attributes": { "id": "react-root" } From f8298af5938aeb08004c4ddc6c98d5e1d319bb1c Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Mon, 27 Jun 2022 08:50:07 +1000 Subject: [PATCH 3/3] Update r.json --- src/technologies/r.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) 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 +}