Remove/replace react 16 dependencies

This commit is contained in:
Felix Linker
2022-10-29 11:53:36 +02:00
parent 062815054c
commit 9bc6e36f14
4 changed files with 7700 additions and 4751 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import { autoBind } from 'react-extras';
import autoBind from 'auto-bind';
/**
* Announcement component

View File

@@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import TranslatedComponent from './TranslatedComponent';
import { Pip } from './SvgIcons';
import { autoBind } from 'react-extras';
import autoBind from 'auto-bind';
/**
* Pips displays SYS/ENG/WEP pips and allows users to change them with key presses by clicking on the relevant area.