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,9 +1,8 @@
import { initializeMockApp } from '@edx/frontend-platform';
import { getAuthenticatedHttpClient } from '@edx/frontend-platform/auth';
import { renderHook } from '@testing-library/react-hooks';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import MockAdapter from 'axios-mock-adapter';
import { waitFor } from '@testing-library/react';
import { renderHook, waitFor } from '@testing-library/react';
import { getEntityLinksByDownstreamContextUrl } from './api';
import { useEntityLinks, useUnpaginatedEntityLinks } from './apiHooks';