-
Notifications
You must be signed in to change notification settings - Fork 15
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
Handle evaluation errors #1486
Handle evaluation errors #1486
Conversation
e936e13
to
8fc9d68
Compare
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.
Based on the screenshots, it looks good to me. Is this something that I could review on the Storybook and, if so, where in the Storybook? I'm just trying to familiarize myself with the tool.
Also, you mention that as a side effect check 373DB8 needs to be fixed. Are you engaging the Checks Team for this or is it something that you will address yourself? One way or another we will need, I guess, a ticket and I'm trying to figure out which is the right board for it (ours or the Checks Team's).
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.
Great @nelsonkopliku
@abravosuse I couple of new stories where added under the |
7126dc9
to
85f91c0
Compare
85f91c0
to
b82faca
Compare
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.
LGTM
I wasn't convinced by byName
, but you already got that :D
Description
This PR fixes a bug that doesn't correctly allow for rendering of evaluation errors (ie. rhai script fails)
Before
After
Side effect: check 373DB8 needs to be fixed.
How was this tested?
Tests and stories updated.