Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Error in console for possible memory leak #30

@hTrap

Description

@hTrap

Describe the bug
After directory loads and you click on any file the following error shows up in the console

react_devtools_backend.js:2273 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 the componentWillUnmount method.
    in DirectoryLineContent (created by DirectoryLineImpl)
    in DirectoryLineImpl (created by Connect(DirectoryLineImpl))
    in Connect(DirectoryLineImpl) (created by DragDropContext(Connect(DirectoryLineImpl)))
    in DragDropContext(Connect(DirectoryLineImpl)) (created by lifecycle(DragDropContext(Connect(DirectoryLineImpl))))
    in lifecycle(DragDropContext(Connect(DirectoryLineImpl))) (created by RepositoryBrowserImpl)
    in RepositoryBrowserImpl (created by Connect(RepositoryBrowserImpl))
    in Connect(RepositoryBrowserImpl) (created by StackRouterImpl)
    in div (created by CardBody)
    in CardBody (created by StackRouterImpl)
    in div (created by StackRouterImpl)
    in div (created by Col)
    in Col (created by StackRouterImpl)
    in div (created by Row)
    in Row (created by StackRouterImpl)
    in div (created by Container)
    in Container (created by StackRouterImpl)

To Reproduce
Steps to reproduce the behavior:

  1. Login
  2. Open an existing repository detail view
  3. Click on any folder

Expected behavior
No error in console

Desktop (please complete the following information):

  • OS: mac
  • Browser chrome

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions