Valery Anestiadis

Results 3 issues of Valery Anestiadis

Все поля, включая TextField, Select, UserSelect и другие, перестали работать после обновления с версии 4.33.1 на 5.3.1. События onChange перестали отслеживаться. При этом все элементы остаются видимыми. Список версий: "@consta/charts":...

bug

Приложены коды для Table: ``` "truncate"} activeRow={{ id: undefined, onChange: handleClickRow }} emptyRowsPlaceholder={Нет данных} zebraStriped="odd" getAdditionalClassName={(row) => new Date(row.row.eliminationDate * 1000) < new Date() ? "row--expired" : "" } stickyHeader...

bug
dev
🔥 priority

The error message you're seeing indicates that there is an issue with the usage of the @root_validator decorator from the Pydantic library. Starting from version 2.0.2, if you use @root_validator...