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

Potential memory leak #163

Open
pral2a opened this issue Nov 29, 2021 · 0 comments
Open

Potential memory leak #163

pral2a opened this issue Nov 29, 2021 · 0 comments
Labels
review done but needs validation

Comments

@pral2a
Copy link

pral2a commented Nov 29, 2021

Visit: http://localhost:4000/user/01EYJR67EAYVWRW5Z87HNGN16X/inventory

Screenshot 2021-11-29 at 12 55 29

index.js:1 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 Inventory (at InventoryPage.tsx:273)
    in InventoryPage (at UserPage.tsx:162)
    in Route (at user/index.tsx:84)
    in Switch (at user/index.tsx:83)
    in div (created by Context.Consumer)
    in StyledComponent (created by Styled(Styled(styled.div)))
    in Styled(Styled(styled.div)) (at user/index.tsx:72)
    in div (created by Context.Consumer)
    in StyledComponent (created by Styled(Styled(styled.div)))
    in Styled(Styled(styled.div)) (at user/index.tsx:71)
    in div (created by Context.Consumer)
    in StyledComponent (created by Styled(Styled(styled.div)))
    in Styled(Styled(styled.div)) (at user/index.tsx:70)
    in User (at UserPage.tsx:214)
    in UserPage (at UserPageRoute.tsx:46)
    in div (created by Context.Consumer)
    in StyledComponent (created by Styled(styled.div))
    in Styled(styled.div) (at guest.tsx:26)
    in div (created by Context.Consumer)
    in StyledComponent (created by Styled(styled.div))
    in Styled(styled.div) (at guest.tsx:17)
    in Guest (at Guest.tsx:18)
    in ProvideSideBarContext (at Guest.tsx:17)
    in GuestTemplate (at WithSidebar.tsx:40)
@pral2a pral2a added the review done but needs validation label Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review done but needs validation
Projects
None yet
Development

No branches or pull requests

1 participant