Skip to content

set user info not working #31

@nusjose

Description

@nusjose

I pass user prop to ChatWootWidget, but it doesn't work. I still have to fill out the email in the form to start the conversation
simulator_screenshot_4F2E0453-D93B-41AF-9601-037B0B79275B

My code

<ChatWootWidget
      websiteToken={websiteToken}
      locale={locale}
      baseUrl={baseUrl}
      closeModal={() => navigation.goBack()}
      isModalVisible={true}
      user={{
      identifier: userInfo.email,
      name: `${userInfo.name} ${userInfo.firstName}`,
      avatar_url: '',
      email: userInfo.email,
      identifier_hash: 'xGNUWSCzHdMEmDrNm9CNoiGF',
    }}
      customAttributes={customAttributes}
      colorScheme={colorScheme}
      
    />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions