E
Size: a a a
E
AA
AA
E
VY
VY
VY
E
E
VY
E
SP
IK
gm branch && gpDL
I
Дп
DL
ЯА

SF
componentDidMount() я маю три запити до бази, приблизно таких:this.props.getCustomers().then((res) => {
const customers = res.map((customer) => ({
value: customer.id,
label: ${customer.name} (${customer.corporate_id}),
}));
this.setState({ customers });
});
Періодично (не завжди) валиться помилка про зациклення:SF