Skip to content

Commit c0b51ed

Browse files
committed
fix the compat
1 parent cd17e52 commit c0b51ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solid-table/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function useSolidTable<TData extends RowData>(
6767
/**
6868
* @deprecated Use useSolidTable instead
6969
*/
70-
export function useSolidTable<TData extends RowData>(
70+
export function createSolidTable<TData extends RowData>(
7171
options: TableOptions<TData>
7272
) {
7373
return useSolidTable(options)

0 commit comments

Comments
 (0)