Open Issues Need Help
View All on GitHub Replace usage of connect with useSelector() and useDispatch() about 2 months ago
help wanted
The learner portal allows a customized experience of learner-facing micro-frontend page components.
JavaScript
#frontend-app
AI Summary: This task requires updating the edX learner portal's frontend codebase to replace all instances of the deprecated `injectIntl` higher-order component with the modern `useIntl` hook from `@edx/frontend-platform/i18n`. This involves refactoring affected components, updating related tests to maintain coverage, and ensuring the application continues to function correctly after the change.
Complexity:
3/5
good first issue
The learner portal allows a customized experience of learner-facing micro-frontend page components.
JavaScript
#frontend-app