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

Feature/search #365

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Feature/search #365

wants to merge 6 commits into from

Conversation

andriyor
Copy link

#273

I'm trying to avoid export default to simplify debugging
Avoid Export Default - TypeScript Deep Dive

It would be nice to get a review about the styles and any other feedback welcome
Thanks!

const type = editMode ? false : variable.type;
const { props } = this;
switch (type) {
case false:
return this.getEditInput();
case 'string':
return <JsonString value={variable.value} {...props} />;
return <JsonString highlight={highlight} isCurrent={isCurrent} searchResult={true} value={variable.value} {...props} />;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could avoid these duplicated props by adding them to the props variable.

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

Successfully merging this pull request may close these issues.

None yet

2 participants