-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: Keep errors in one container #1508
Conversation
…k in case of errors
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
</HintBlue> | ||
</Box> | ||
)} | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could have a ChartWarnings here that would have the logic to extract errors, display, and wrap them ?
This way we would not have to repeat the logic ? I guess we would need to have a way to filter some errors ?
<ChartWarnings ignore={['imputation']} /> // in preview
f482763
to
0920355
Compare
@bprusinowski Do you think you could take a little time to rebase this PR and fix the error 🙏 ? I guess we could forgo the refactor I was proposing, in the interest of getting this PR out 😅 |
Sure, @ptbrowne you mean the merge conflict? |
…into fix/dashboard-layout-errors
This PR adds a container to encompass all errors, so the
subgrid
layout doesn't break in case of errors. To see what's broken currently, see this link.