Giter VIP home page Giter VIP logo

Comments (3)

hummingly avatar hummingly commented on May 30, 2024

Additionally, the Inspector and FileInfo seem relevant as I keep errors from React. Something doesn't get cleaned up.

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 wrappedComponent (created by FileInfo)
in FileInfo (created by Inspector)

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 InlineSVG
in Blueprint3.Icon (created by Blueprint3.Button)
in button (created by Blueprint3.Button)
in Blueprint3.Button (created by MultiTagSelector)
in div (created by Blueprint3.TagInput)
in Blueprint3.TagInput (created by Blueprint3.QueryList)
in div (created by Blueprint3.QueryList)
in span (created by InnerReference)
in Blueprint3.ResizeSensor (created by InnerReference)
in InnerReference (created by Context.Consumer)
in Reference (created by Blueprint3.Popover)
in span (created by Blueprint3.Popover)
in Manager (created by Blueprint3.Popover)
in Blueprint3.Popover (created by Blueprint3.QueryList)
in Blueprint3.QueryList (created by Blueprint3.MultiSelect)
in Blueprint3.MultiSelect (created by MultiTagSelector)
in MultiTagSelector (created by wrappedComponent)
in wrappedComponent (created by FileTag)

from allusion.

RvanderLaan avatar RvanderLaan commented on May 30, 2024

I haven't come across these errors yet... That first one is weird, do you know whether it occurs for a specific file or just randomly?
That second one seems to originate from the react-inlinesvg package. There's no issue about this there yet, but there are some related changes incoming in the next release: gilbarbara/react-inlinesvg#106

from allusion.

hummingly avatar hummingly commented on May 30, 2024

It happens when you change the view and somehow in between the selection of the files must get messed up randomly. It doesn't seem to be related with the files. You actually saw the errors whenever the app crashed when someone was presenting something.
My guess is that in one of the useEffect calls, something doesn't get cleaned up or even in a mobx useObserver hook since the errors come from components that are wrapped in an observer. The issue is due to some state changes not being propagated properly. I hope it is something we can resolve and nothing upstream.

from allusion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.