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

[EuiErrorBoundary] Missing error message, only stack trace #4320

Closed
prcdpr opened this issue Nov 30, 2020 · 4 comments · Fixed by #4324
Closed

[EuiErrorBoundary] Missing error message, only stack trace #4320

prcdpr opened this issue Nov 30, 2020 · 4 comments · Fixed by #4324
Assignees
Labels

Comments

@prcdpr
Copy link

prcdpr commented Nov 30, 2020

Repro: https://codesandbox.io/s/4gp49?file=/index.js (link from official EUI documentation)

I'd expect Error Boundary to show error message I'm here to kick butt and chew bubblegum. And I'm all out of gum. but it's not there.

Is it possible to add a property to that component which would allow us to include error message in error boundary?

@thompsongl
Copy link
Contributor

Hi, @prcdpr
This is what I see with that link:

image

The error message is present; do you see something else?

@prcdpr
Copy link
Author

prcdpr commented Nov 30, 2020

Wow, I didn't even notice that it looks good on Chrome.
Please check it on Firefox

image

@thompsongl
Copy link
Contributor

thompsongl commented Nov 30, 2020

Yep, verified that this is a Firefox issue (Safari, also); reproducible on the docs site (Codesandbox not needed)

image

@prcdpr
Copy link
Author

prcdpr commented Dec 1, 2020

Thanks for quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants