update preact

This commit is contained in:
Pavel Mineev
2020-04-12 15:31:17 -05:00
committed by Umputun
parent 78f1f39f33
commit c291dd491d
4 changed files with 32 additions and 61 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export const Thread: FunctionComponent<Props> = ({ id, level, mix, getPreview })
{inviewProps => (
<Comment
CommentForm={CommentForm}
ref={ref => inviewProps.ref(ref)}
ref={inviewProps.ref}
key={`comment-${id}`}
view="main"
intl={intl}