Guillaume Jasmin
Guillaume Jasmin
Hi, It's currently impossible to use an array of data with createSuccess() or updateSuccess(). I would like to do this: `createSuccess(data)` with data as an array. Same for updateSuccess(). I...
Currently, fixed columns doesn't work well with sub component. Tests and improvement are needed. See https://github.com/GuillaumeJasmin/react-table-hoc-fixed-columns/issues/2#issuecomment-408510564
### Is this a regression? No ### Description When a stream is updated before the subscription in the hook lifecycle, the value is not updated: ```tsx const store$ = new...