feat: upgrade to react 18 (#1766)

This commit is contained in:
Brian Smith
2025-04-02 12:04:48 -04:00
committed by GitHub
parent 3685dbd6a1
commit 0ce0b7526e
59 changed files with 5545 additions and 2144 deletions

View File

@@ -1,6 +1,6 @@
import { useSelector } from 'react-redux';
import { getConfig, setConfig } from '@edx/frontend-platform';
import { renderHook } from '@testing-library/react-hooks';
import { renderHook } from '@testing-library/react';
import messages from './messages';
import { useContentMenuItems, useToolsMenuItems, useSettingMenuItems } from './hooks';