Open Issues Need Help
View All on GitHub Replace the depracated injectIntl with the useIntl() hook about 2 months ago
AI Summary: This task requires updating a React component library for edX special exams by replacing all instances of the deprecated `injectIntl` higher-order component with the modern `useIntl` hook from the `@edx/frontend-platform/i18n` library. This involves refactoring affected components, updating related tests to maintain coverage, and ensuring the changes don't introduce regressions.
Complexity:
3/5
good first issue
Frontend component library for displaying special exams on the edx platform
JavaScript