Skip to content

Commit 5eaa1e7

Browse files
Update crates/bindings-typescript/src/react/useTable.ts
Co-authored-by: Julien Lavocat <JulienLavocat@users.noreply.github.com> Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
1 parent 2c7157b commit 5eaa1e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/bindings-typescript/src/react/useTable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function useTable<
7777
spacetime = useSpacetimeDB<DbConnection>();
7878
} catch {
7979
throw new Error(
80-
'Could not find SpacetimeDB client! Did you forget to add a' +
80+
'Could not find SpacetimeDB client! Did you forget to add a ' +
8181
'`SpacetimeDBProvider`? `useTable` must be used in the React component tree' +
8282
'under a `SpacetimeDBProvider` component.'
8383
);

0 commit comments

Comments
 (0)