We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ea46a commit 717bfadCopy full SHA for 717bfad
src/lib/seam/components/DeviceTable/DeviceTable.test.tsx
@@ -4,5 +4,5 @@ import { DeviceTable } from './DeviceTable.js'
4
5
test('DeviceTable', async () => {
6
render(<DeviceTable />)
7
- await screen.findByText('...')
+ await screen.findByText('Front Door')
8
})
src/lib/seam/use-seam-client.ts
@@ -39,6 +39,7 @@ export function useSeamClient(): {
39
if (clientSessionToken != null) {
40
return new Seam({
41
...clientOptions,
42
+ apiKey: undefined,
43
clientSessionToken,
44
45
}
@@ -61,6 +62,7 @@ export function useSeamClient(): {
61
62
63
64
65
66
clientSessionToken: res.client_session.token,
67
68
},
0 commit comments