[Glitch] Enable ESLint react/no-deprecated

Port b878e3d8df to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Nick Schonning
2023-05-10 03:05:32 -04:00
committed by Claire
parent 79c43b61a6
commit e8fc445e14
24 changed files with 28 additions and 28 deletions

View File

@ -62,7 +62,7 @@ export default class ModalRoot extends React.PureComponent {
}
}
componentWillReceiveProps (nextProps) {
UNSAFE_componentWillReceiveProps (nextProps) {
if (!!nextProps.children && !this.props.children) {
this.activeElement = document.activeElement;