Nikolay Stoychev

Results 43 comments of Nikolay Stoychev

Reproducible in stackblitz only. Minor fixes related to image resizing in a table are made in v11.1.0-develop.2.

Fixed in our dev channel version `v11.3.0-develop.4`: https://stackblitz.com/edit/react-mk14tcfp-rdxiuxaf?file=app%2Fapp.tsx

The aggregate objects can be used only once. If multiple aggregates of the same type are needed, create each aggregate object using the `createAggregate` function. ```ts import { AggregateType, createAggregate...