File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export class NullSeamClientError extends Error {
6565 super (
6666 [
6767 'Attempted to use a null Seam client.' ,
68- 'Either a hook using useSeamClient was called outside of a SeamProvider,' ,
68+ 'Either a hook using useSeamClient was called outside of a SeamProvider or SeamQueryProvider ,' ,
6969 'or there was an error when creating the Seam client in useSeamClient,' ,
7070 'or useSeamClient is still loading the client.' ,
7171 ] . join ( ' ' )
@@ -81,7 +81,7 @@ function useUserIdentifierKeyOrFingerprint(
8181 useEffect ( ( ) => {
8282 if ( userIdentifierKey != null ) return
8383 // eslint-disable-next-line no-console
84- console . warn ( `Using an automatically generated fingerprint for the SeamProvider userIdentifierKey!
84+ console . warn ( `Using an automatically generated fingerprint for the Seam userIdentifierKey!
8585The user interface will show warnings when using a fingerprint.
8686This is not recommended because the client session is now bound to this machine and is effectively ephemeral.` )
8787 } , [ userIdentifierKey ] )
You can’t perform that action at this time.
0 commit comments