При установке REACT в Visual Code вышла такая ошибка
// версия node.js 20.10
[eslint] Failed to load plugin 'jsx-a11y' declared in 'package.json » eslint-config-react-app': unknown record type: function Type(x) {
if (typeof x === 'symbol') {
return 'Symbol';
}
if (typeof x === 'bigint') {
return 'BigInt';
}
return ES5Type(x);
}
ERROR in [eslint] Failed to load plugin 'jsx-a11y' declared in 'package.json » eslint-config-react-app': unknown record type: function Type(x) {
if (typeof x === 'symbol') {
return 'Symbol';
}
if (typeof x === 'bigint') {
return 'BigInt';
}
return ES5Type(x);
}
Егор Пономарев
11 months ago