Logo
Explore Help
Register Sign In
yujunjun/playwright
1
0
Fork 0
You've already forked playwright
mirror of https://github.com/microsoft/playwright.git synced 2025-06-26 21:40:17 +00:00
Code Issues Packages Projects Releases Wiki Activity
playwright/tests/components/ct-react17/src/index.js

14 lines
337 B
JavaScript
Raw Normal View History

feat(ct-react): Support React 18 only (#19814) BREAKING CHANGE: Drop support for React 17 and earlier Support for React 17 an earlier is provided by `@playwright/experimental-ct-react-17` Closes #19923
2023-03-03 23:28:33 +01:00
import * as React from 'react';
import { createRoot } from 'react-dom/client';
test(ct): react router (#18602)
2022-11-08 17:40:06 +01:00
import { BrowserRouter } from 'react-router-dom';
chore: vite all frameworks (#13780)
2022-04-26 15:15:08 -08:00
import App from './App';
test(ct): react router (#18602)
2022-11-08 17:40:06 +01:00
import './assets/index.css';
chore: add ct examples (#12693)
2022-03-11 15:46:11 -08:00
feat(ct-react): Support React 18 only (#19814) BREAKING CHANGE: Drop support for React 17 and earlier Support for React 17 an earlier is provided by `@playwright/experimental-ct-react-17` Closes #19923
2023-03-03 23:28:33 +01:00
createRoot(document.getElementById("root")).render(
chore: vite all frameworks (#13780)
2022-04-26 15:15:08 -08:00
<React.StrictMode>
feat(ct-react): Support React 18 only (#19814) BREAKING CHANGE: Drop support for React 17 and earlier Support for React 17 an earlier is provided by `@playwright/experimental-ct-react-17` Closes #19923
2023-03-03 23:28:33 +01:00
<BrowserRouter>
<App />
</BrowserRouter>
</React.StrictMode>
chore: vite all frameworks (#13780)
2022-04-26 15:15:08 -08:00
);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1217ms Template: 92ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API