I’m reaching out regarding an issue with the Sidetab button not rendering with the custom styles (text, icon, and color) that I’ve configured in the Typeform UI.
Here are the details of the issue:
Embed Method: I’m using the Sidetab from @typeform/embed-react library in a React application.
Expected Behavior: The Sidetab button should display the custom text, icon, and color configured in the Typeform UI.
Current Behavior: The button either doesn’t appear or renders with default styles, ignoring the customizations made in the Typeform UI.
Button customized in the Typeform UI:
And what on the website:
My code:
<Sidetab
id={form.id}
hidden={params}
autoClose
/>