Closed taiducnguyen closed 5 months ago
Same problem here https://streamable.com/we89py. Although it happens only on mobile.
I am using the hook in a next.js app
Hi, thanks for creating this issue.
Can you provide a reproduction?
Hi, thanks for creating this issue.
Can you provide a reproduction?
...
...
const { show, update } = useIntercom();
...
...
<Button
endIcon={<HelpOutline />}
variant="text"
onClick={show}
>
Ayuda
</Button>
dependencies:
"@emotion/react": "^11.7.1", "@emotion/server": "^11.4.0", "@emotion/styled": "^11.6.0", "@mui/material": "^5.3.1", "next": "12.1.0", "react": "17.0.2",
1.- Open your app in mobile size window 2.- Click on the button
Intercom would open fine
3.-Close intercom 4.- Navigate to another route
App styling is broken
Could you provide a codesandbox/stackblitz link with a small reproduction?
Feel free to re-open
Hi, I'm having the same issue with next.js and only on mobile. Can someone re-open this issue please?
Feel free to re-open
I'd like to re-open it, but don't know how...
Hi @devrnt, we're not able to manually reopen this ticket ourselves. Could you reopen it?
Re-opened!
Hi thanks for reopening this ticket. We are also experiencing this problem at reclaim.ai
Please provide a minimal reproduction
Closing this again since no reproduction is provided
Hi,
I'm using
nextjs
and trying to integrate withintercom
then I found the issue: When opening the chat box and then clicking on the close button, the material UI style is lost And I also see another error when I go to the other navigation page:Do you guys have any idea about this issue ?