rsms/fb-mac-messenger

React component names changed, menus no longer work

Offen

#308 geöffnet am 16.07.2016

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Objective-C (232 Forks)github user discovery
bughelp wanted

Repository-Metriken

Stars
 (2.837 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

In these lines, we try to find the settings gear by looking for the MessengerMasterViewHeader component. Unfortunately, this component no longer seems to exist, when looking through the React debugger:

screen shot 2016-07-16 at 1 54 09 am

Instead, we seem to just have components called k, m, o, and other generic names, so the app's javascript can't find the components it's looking for any more.

This is likely the cause of https://github.com/rsms/fb-mac-messenger/issues/305 as well.

Contributor Guide