You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2022. It is now read-only.
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:
Login
Open an existing repository detail view
Click on any folder
Expected behavior
No error in console
Desktop (please complete the following information):