dappnode / DNP_DAPPMANAGER

Dappnode package responsible for providing the Dappnode Package Manager
GNU General Public License v3.0
30 stars 40 forks source link

Prevent packages routes from auto-rendering #1946

Closed mateumiralles closed 4 months ago

mateumiralles commented 4 months ago

Preventing the package tab routes from auto-reloading after cursor being focused in another window. Passing the react.render as a JSX element, was creating a new instance of the element on each render, triggering unnecessary re-renders.

github-actions[bot] commented 4 months ago

🚀 Deployed on https://6641db7f3c60a2966f4bd261--objective-borg-9eeae5.netlify.app

github-actions[bot] commented 4 months ago

DAppNode bot has built and pinned the release to an IPFS node, for commit: a525d0c310a4f649f51037d28d45dba529ba5618

This is a development version and should only be installed for testing purposes, install link

/ipfs/QmcHTziKS7EikAQe7pHN9WC2v4MaGETCLxSikHJseP35qR

(by dappnodebot/build-action)

dappnodedev commented 4 months ago

Worked for me, nice catch!