Remove Sticker Creator in favor of Web App

This commit is contained in:
Fedor Indutny
2023-03-15 17:59:30 -07:00
committed by GitHub
parent 78f0626e68
commit f84b6a31dc
117 changed files with 67 additions and 5269 deletions

View File

@@ -1783,20 +1783,6 @@
"updated": "2021-09-16T20:26:31.296Z",
"reasonDetail": "Dev-only dependency."
},
{
"rule": "React-useRef",
"path": "sticker-creator/components/StickerFrame.js",
"line": " const timerRef = React.useRef();",
"reasonCategory": "falseMatch",
"updated": "2022-06-14T01:19:45.446Z"
},
{
"rule": "React-useRef",
"path": "sticker-creator/components/StickerFrame.tsx",
"line": " const timerRef = React.useRef<number>();",
"reasonCategory": "usageTrusted",
"updated": "2021-07-30T16:57:33.618Z"
},
{
"rule": "React-useRef",
"path": "ts/calling/useGetCallingFrameBuffer.ts",