Flow installedPack property down from CompositionArea
This commit is contained in:
parent
3b604bb13d
commit
991d7f9336
2 changed files with 5 additions and 2 deletions
|
@ -53,6 +53,7 @@ export type Props = Pick<
|
|||
StickerButtonProps,
|
||||
| 'knownPacks'
|
||||
| 'receivedPacks'
|
||||
| 'installedPack'
|
||||
| 'installedPacks'
|
||||
| 'blessedPacks'
|
||||
| 'recentStickers'
|
||||
|
@ -91,6 +92,7 @@ export const CompositionArea = ({
|
|||
// StickerButton
|
||||
knownPacks,
|
||||
receivedPacks,
|
||||
installedPack,
|
||||
installedPacks,
|
||||
blessedPacks,
|
||||
recentStickers,
|
||||
|
@ -269,6 +271,7 @@ export const CompositionArea = ({
|
|||
i18n={i18n}
|
||||
knownPacks={knownPacks}
|
||||
receivedPacks={receivedPacks}
|
||||
installedPack={installedPack}
|
||||
installedPacks={installedPacks}
|
||||
blessedPacks={blessedPacks}
|
||||
recentStickers={recentStickers}
|
||||
|
|
|
@ -7541,9 +7541,9 @@
|
|||
"rule": "DOM-innerHTML",
|
||||
"path": "ts/components/CompositionArea.tsx",
|
||||
"line": " el.innerHTML = '';",
|
||||
"lineNumber": 70,
|
||||
"lineNumber": 71,
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2019-08-01T14:10:37.481Z",
|
||||
"updated": "2019-12-16T14:36:25.614ZZ",
|
||||
"reasonDetail": "Our code, no user input, only clearing out the dom"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue