-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert more components to functional components
Convert some of the remaining class-based React components to functional components, ensuring no change in props or functionality. This also allows us to reduce the number of instances of the `injectIntl` HOC in favour of the preferred `useIntl` hook. A side effect of this is that some of the stories on the Storybook welcome page now render their code correctly without the `injectIntl` wrapper.
- Loading branch information
1 parent
918764a
commit e360b5f
Showing
8 changed files
with
618 additions
and
686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.