Upgrade web app and pacakges to TypeScript 5.3.3 (#26354)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d5446cd25e
Коммит
5740b43922
@@ -495,7 +495,7 @@ class ChannelHeader extends React.PureComponent<Props, State> {
|
||||
placement='bottom'
|
||||
rootClose={true}
|
||||
target={this.headerDescriptionRef.current as React.ReactInstance}
|
||||
ref={this.headerOverlayRef}
|
||||
ref={this.headerOverlayRef as any}
|
||||
onHide={() => this.setState({showChannelHeaderPopover: false})}
|
||||
>
|
||||
{popoverContent}
|
||||
|
||||
Ссылка в новой задаче
Block a user