-
Notifications
You must be signed in to change notification settings - Fork 406
Fe/feature/ri 4989 refactor json data type #3002
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
Fe/feature/ri 4989 refactor json data type #3002
Conversation
…-data-type' into fe/feature/RI-4989-refactor-json-data-type
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.
please, remove semicolons from interfaces
<div className="flex-column" style={{ flex: '1', height: '100%' }}> | ||
<div | ||
data-testid="json-details" | ||
className={`${[styles.container].join(' ')}`} |
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.
instead of join you should use cx from classnames lib, but here we have only one class
please, review all other places
…r-json_update #RI-4989 - refactor json type
#RI-5574 - fix opening object values fix work with big length json
#RI-5568 - fix editing null value
No description provided.