Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lost style from material UI #514

Closed
taiducnguyen opened this issue Aug 5, 2022 · 12 comments
Closed

Lost style from material UI #514

taiducnguyen opened this issue Aug 5, 2022 · 12 comments
Assignees

Comments

@taiducnguyen
Copy link

Hi,

I'm using nextjs and trying to integrate with intercom then I found the issue:
When opening the chat box and then clicking on the close button, the material UI style is lost
image
And I also see another error when I go to the other navigation page:
image

image

Do you guys have any idea about this issue ?

@ferpintado
Copy link

ferpintado commented Aug 12, 2022

Same problem here https://streamable.com/we89py. Although it happens only on mobile.

I am using the hook in a next.js app

@devrnt
Copy link
Owner

devrnt commented Aug 29, 2022

Hi, thanks for creating this issue.

Can you provide a reproduction?

@ferpintado
Copy link

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

@devrnt
Copy link
Owner

devrnt commented Sep 19, 2022

Could you provide a codesandbox/stackblitz link with a small reproduction?

@devrnt
Copy link
Owner

devrnt commented Oct 5, 2022

Feel free to re-open

@devrnt devrnt closed this as completed Oct 5, 2022
@rspauwen
Copy link

rspauwen commented Oct 13, 2022

Hi, I'm having the same issue with next.js and only on mobile. Can someone re-open this issue please?

@rspauwen
Copy link

Feel free to re-open

I'd like to re-open it, but don't know how...

@WolfH
Copy link

WolfH commented Jan 16, 2023

Hi @devrnt, we're not able to manually reopen this ticket ourselves. Could you reopen it?

@devrnt devrnt reopened this Jan 16, 2023
@devrnt
Copy link
Owner

devrnt commented Jun 14, 2023

Re-opened!

@clayton-knapp
Copy link

Hi thanks for reopening this ticket. We are also experiencing this problem at reclaim.ai

@devrnt
Copy link
Owner

devrnt commented Aug 20, 2023

Please provide a minimal reproduction

@devrnt
Copy link
Owner

devrnt commented Jun 13, 2024

Closing this again since no reproduction is provided

@devrnt devrnt closed this as completed Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants