Disallow group names longer than 32 extended graphemes

This commit is contained in:
Evan Hahn
2021-03-08 16:31:19 -06:00
committed by Josh Perez
parent 934e0fa415
commit ecc04d36de
12 changed files with 302 additions and 46 deletions

View File

@@ -14730,6 +14730,33 @@
"updated": "2020-11-17T23:29:38.698Z",
"reasonDetail": "Doesn't touch the DOM."
},
{
"rule": "React-useRef",
"path": "ts/components/GroupTitleInput.js",
"line": " const innerRef = react_1.useRef(null);",
"lineNumber": 47,
"reasonCategory": "usageTrusted",
"updated": "2021-03-05T16:51:54.214Z",
"reasonDetail": "Used to handle an <input> element. Only updates the value and selection state."
},
{
"rule": "React-useRef",
"path": "ts/components/GroupTitleInput.js",
"line": " const valueOnKeydownRef = react_1.useRef(value);",
"lineNumber": 48,
"reasonCategory": "usageTrusted",
"updated": "2021-03-05T16:51:54.214Z",
"reasonDetail": "Only stores a string."
},
{
"rule": "React-useRef",
"path": "ts/components/GroupTitleInput.js",
"line": " const selectionStartOnKeydownRef = react_1.useRef(value.length);",
"lineNumber": 49,
"reasonCategory": "usageTrusted",
"updated": "2021-03-05T16:51:54.214Z",
"reasonDetail": "Only stores a number."
},
{
"rule": "jQuery-$(",
"path": "ts/components/Intl.js",
@@ -14830,7 +14857,7 @@
"rule": "React-useRef",
"path": "ts/components/Tooltip.js",
"line": " const wrapperRef = react_1.default.useRef(null);",
"lineNumber": 19,
"lineNumber": 20,
"reasonCategory": "usageTrusted",
"updated": "2020-12-04T00:11:08.128Z",
"reasonDetail": "Used to add (and remove) event listeners."