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

Can't perform a React state update on an unmounted component #5

Open
blms opened this issue Jul 16, 2020 · 0 comments
Open

Can't perform a React state update on an unmounted component #5

blms opened this issue Jul 16, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@blms
Copy link
Member

blms commented Jul 16, 2020

JavaScript console errors.

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 PageInternal (created by Context.Consumer)
    in ForwardRef(Page) (at PdfThumbnail.js:22)
    in div (created by Document)
    in Document (at PdfThumbnail.js:15)
    in a (created by Link)
    in Link (created by Route)
    in Route (created by NavLink)
    in NavLink (created by Context.Consumer)
    in StyledComponent (created by styles__Container)
    in styles__Container (at PdfThumbnail.js:14)
    in PdfThumbnail (at Tooltip.js:37)
    in div (created by Context.Consumer)
    in StyledComponent (created by styles__Content)
    in styles__Content (at Tooltip.js:35)
    in div (created by Context.Consumer)
    in StyledComponent (created by styles__Container)
    in styles__Container (at Tooltip.js:34)
    in Tooltip (at Tooltip.js:106)
    in div (created by Context.Consumer)
    in StyledComponent (created by styles__Trigger)
    in styles__Trigger (at Tooltip.js:101)
    in TooltipTrigger (created by lifecycle(TooltipTrigger))
    in lifecycle(TooltipTrigger) (created by withHandlers(lifecycle(TooltipTrigger)))
@blms blms added the bug Something isn't working label Jul 16, 2020
blms added a commit that referenced this issue Jul 31, 2020
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

No branches or pull requests

1 participant