mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 22:47:52 +00:00
It will replace the "Join" text button while appNavigate lasts. Note about the implementation: when appNavigate completes the component may have been unmounted and thus we cannot touch its state. In order to avoid this problem I added a 'mounted' instance variable which gets set and reset in componentWillMount / Unmount respectively. This is to avoid using isMounted, which is highly discouraged.
6.1 KiB
6.1 KiB