We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 and write unit test.
y
TypeError: Cannot read property 'id' of undefined
Should be able to edit y → yo yielding:
yo
Editing a context in a search result should modify all ThoughtContexts that it shows up in.
ThoughtContext
Searching for x and editing x in the search results works fine.
x
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fix and write unit test.
Steps to Reproduce
y
using the search modaly
in the search resultsCurrent Behavior
TypeError: Cannot read property 'id' of undefined
Expected Behavior
Should be able to edit
y
→yo
yielding:Editing a context in a search result should modify all
ThoughtContext
s that it shows up in.Note
Searching for
x
and editingx
in the search results works fine.The text was updated successfully, but these errors were encountered: