Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NavButton [nfc]: Convert to function component.
This way, we won't have to annotate `defaultProps` for zulip#4907 in either of the following ways: - by using `$Shape`, which is unsound, - by spelling out the properties that happen to appear there, - or by doing something more complicated, like with `$ObjMap` This has been the reason for converting several other components on the way to zulip#4907, but we haven't written it down until now.
- Loading branch information