Skip to content

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

@blms

Description

@blms

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)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions