Skip to content

Commit 744666f

Browse files
committed
style: todo for mutation bug
1 parent aa63615 commit 744666f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ux/table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class Table<T extends Record<string, unknown>> {
201201
'='
202202
)
203203
);
204-
204+
// TODO: avoid mutating the passed in options to prevent sideeffects where this table changes the options to other tables
205205
options.rowStart = '| ';
206206
}
207207

0 commit comments

Comments
 (0)