George Carpow
George Carpow
@Djaler And how should we check what property the object has changed when mutated?
Okay, thanks
```typescript interface TableProps extends ElementReactLibs.ComponentProps { columns?: TableColumn[] data?: Object[] height?: number stripe?: boolean border?: boolean fit?: boolean rowClassName?(row?, index?): void style?: Object highlightCurrentRow?: boolean onCurrentChange?(): void onSelectAll?(): void onSelectChange?():...
https://reactjs.org/warnings/refs-must-have-owner.html
[email protected] - this version of react is used in the project
I tried to use type guard, but had an error: `Error:(81, 84) TS2677: A type predicate's type must be assignable to its parameter's type. Type 'TSOCType' is not assignable to...
Are there any updates about this issue?
Does not work. Maybe it is for an old version of Babel...
Are there any libraries to use background activity with flutter on android api 31/32? Api 34 is too new :/
Have there been any updates through almost a year?