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

Fix watch component issue #972

Merged
merged 1 commit into from
Sep 3, 2017
Merged

Conversation

BenRussert
Copy link
Member

Adding a key for each watch here based on the watch's editor seems to resolve this

Please test and confirm if you can!

closes #963
closes #936

Adding a key for each watch here based on it's editor seems to resolve this
closes nteract#963
@BenRussert BenRussert added the bug 🐛 For unexpected issues label Sep 3, 2017
Copy link
Member

@lgeiger lgeiger left a comment

Choose a reason for hiding this comment

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

Excellent! 💯

I can confirm that this fixes the issue.

@lgeiger lgeiger merged commit 6cda4d7 into nteract:master Sep 3, 2017
@BenRussert BenRussert deleted the fix-watch-component branch September 3, 2017 18:22
@rgbkrk
Copy link
Member

rgbkrk commented Sep 3, 2017

We definitely want this across every time we iterate across an array for React (at least with React 15.x). If there are other spots that use similar logic, we should go after those as well.

@lgeiger
Copy link
Member

lgeiger commented Sep 3, 2017

We definitely want this across every time we iterate across an array for React (at least with React 15.x). If there are other spots that use similar logic, we should go after those as well.

This should be the only place where we iterate across an array for React.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 For unexpected issues
Projects
None yet
3 participants