Anton Zhukov

Results 3 issues of Anton Zhukov

* [React-router-config is deprecated #2227](https://github.com/reimagined/resolve/issues/2227)

fix

### Version 3.2.29 ### Problem Array is not equal Array 1. https://github.com/gcanti/tcomb/blob/master/docs/API.md#the-of-static-function > (keys: string | Array, name?: string) => TcombType and 2. https://github.com/gcanti/tcomb/blob/bef7690a072c056a8604efd376fb4c959a407557/index.d.ts#L172-L176 > of(enums: **Array< string >**, name?:...

Привет! Нашел ошибку в твоем коде. Условие del11 === 10 проверяется дважды подряд. summ считается, а потом не используется https://github.com/utkonos-ru/utk-entrepreneur/blob/main/src/okpo/index.ts ```ts if (del11 === 10) { summ = 0; for...