Index: src/bp-templates/bp-nouveau/js/buddypress-nouveau.js
===================================================================
--- src/bp-templates/bp-nouveau/js/buddypress-nouveau.js
+++ src/bp-templates/bp-nouveau/js/buddypress-nouveau.js
@@ -495,6 +495,11 @@
 				return event;
 			}
 
+			// If on a directory page with a type filter, bail.
+			if ( $( 'body' ).hasClass( 'type' ) && $( 'body' ).hasClass( 'directory' ) ) {
+				return event;
+			}
+
 			scope  = target.data( 'bp-scope' );
 			object = target.data( 'bp-object' );
 
