diff --git a/ts/components/session/PillDivider.tsx b/ts/components/session/PillDivider.tsx index 508e97719..f58394832 100644 --- a/ts/components/session/PillDivider.tsx +++ b/ts/components/session/PillDivider.tsx @@ -3,6 +3,8 @@ import React from 'react'; interface ReceivedProps { text: string; } + +// Needed because of https://github.com/microsoft/tslint-microsoft-contrib/issues/339 type Props = ReceivedProps; export const PillDivider: React.SFC = props => { diff --git a/ts/components/session/SessionHTMLRenderer.tsx b/ts/components/session/SessionHTMLRenderer.tsx index 24e7c4bc8..f7f493b7b 100644 --- a/ts/components/session/SessionHTMLRenderer.tsx +++ b/ts/components/session/SessionHTMLRenderer.tsx @@ -7,6 +7,7 @@ interface ReceivedProps { key?: any; } +// Needed because of https://github.com/microsoft/tslint-microsoft-contrib/issues/339 type Props = ReceivedProps; export const SessionHtmlRenderer: React.SFC = ({