Migrate MessageDetail to Storybook

This commit is contained in:
Chris Svenningsen 2020-08-27 11:10:35 -07:00 committed by Josh Perez
parent f8fc23a7a3
commit bcd4f6407f
5 changed files with 237 additions and 178 deletions

View file

@ -11464,7 +11464,7 @@
"rule": "React-createRef",
"path": "ts/components/conversation/Message.js",
"line": " this.audioRef = react_1.default.createRef();",
"lineNumber": 54,
"lineNumber": 57,
"reasonCategory": "usageTrusted",
"updated": "2020-01-21T15:46:51.245Z"
},
@ -11472,7 +11472,7 @@
"rule": "React-createRef",
"path": "ts/components/conversation/Message.js",
"line": " this.reactionsContainerRef = react_1.default.createRef();",
"lineNumber": 56,
"lineNumber": 59,
"reasonCategory": "usageTrusted",
"updated": "2020-01-21T15:46:51.245Z",
"reasonDetail": "Used for detecting clicks outside reaction viewer"
@ -11481,7 +11481,7 @@
"rule": "React-createRef",
"path": "ts/components/conversation/Message.tsx",
"line": " public audioRef: React.RefObject<HTMLAudioElement> = React.createRef();",
"lineNumber": 195,
"lineNumber": 205,
"reasonCategory": "usageTrusted",
"updated": "2020-05-21T16:56:07.875Z"
},
@ -11489,7 +11489,7 @@
"rule": "React-createRef",
"path": "ts/components/conversation/Message.tsx",
"line": " > = React.createRef();",
"lineNumber": 199,
"lineNumber": 209,
"reasonCategory": "usageTrusted",
"updated": "2020-05-21T16:56:07.875Z"
},