When I add two separate facet blocks to the header of a view, I have the issue that the views instances are empty. In the `ajax_view.js` file within core, I see that the instances are being cleared out. Only allowing this to happen when the ajax is complete rather than the unload trigger of the detach method seems to resolve the issue. See patch.
↧