DynastyKing How can I extend a class function of another extension? I tried to use useExtensions in the webpack config, but I can't Import {UserDirectoryPage} from "@flagrow/user-directory/forum"
clarkwinkelmann DynastyKing sadly in beta 8 it's only possible if the extension exported its public objects and methods, like in the Tags extension here https://github.com/flarum/tags/blob/58af69d4ea320e22f9e7ba2e3fdf13e2cb5cb96e/js/src/forum/index.js#L37 Flagrow User Directory doesn't do that, so I don't think there's any easy method to achieve it. You can PR the required changes to make it extensible though and we can tag a new release 😉