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

Warning message when add/edit of tags #41

Closed
kurund opened this issue Jun 16, 2020 · 0 comments · Fixed by #53
Closed

Warning message when add/edit of tags #41

kurund opened this issue Jun 16, 2020 · 0 comments · Fixed by #53
Assignees
Labels
bug Something isn't working
Milestone

Comments

@kurund
Copy link
Contributor

kurund commented Jun 16, 2020

Describe the bug

Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
in TagList (at TagPage.tsx:12)
in div (at TagPage.tsx:10)
in TagPage (created by Context.Consumer)

To Reproduce

Steps to reproduce the behavior:

  1. Add or update tags you will see the below
  2. See an error in the js console.

Expected behavior
There should not be any error.

@kurund kurund added this to the v0.1 milestone Jun 16, 2020
@kurund kurund added the bug Something isn't working label Jun 16, 2020
@rathorevaibhav rathorevaibhav linked a pull request Jun 18, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants