Github user garrensmith commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/382#discussion_r28420822
  
    --- Diff: app/addons/documents/routes-documents.js ---
    @@ -181,11 +194,14 @@ function (app, FauxtonAPI, BaseRoute, Documents, 
Changes, ChangesActions, DocEdi
           },
     
           cleanup: function () {
    +
    +        // to ensure garbage collection on the React components
    +        this.removeComponent('#dashboard-lower-content');
    --- End diff --
    
    This shouldn't be needed. the 
`FauxtonAPI.RouteObject.prototype.cleanup.apply(this);` should do that for you


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to