We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6febc35 commit ec75382Copy full SHA for ec75382
frameworks/keyed/mimbl/src/Main.tsx
@@ -54,7 +54,7 @@ function Button( props: ButtonProps, children: any): any
54
55
class Main extends mim.Component
56
{
57
- @mim.trigger private rows: Row[] = [];
+ @mim.trigger(0) private rows: Row[] = null;
58
private selectedRow: Row = undefined;
59
@mim.ref private vnTBody: mim.IElmVN<HTMLElement>;
60
0 commit comments