Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 27, 2025
1 parent fdc1771 commit 9cf94c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/table-core/src/core/row.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function getRowProto<TData extends RowData>(table: Table<TData>) {
proto.clone = function () {
return Object.assign(Object.create(Object.getPrototypeOf(this)), this)
}

// Make the default fallback value available on the proto itself to avoid duplicating it on every row instance
// even if it's not used. This is safe as long as we don't mutate the value directly.
proto.subRows = [] as const
Expand Down

0 comments on commit 9cf94c1

Please sign in to comment.