diff --git a/.changeset/five-doors-hide.md b/.changeset/five-doors-hide.md new file mode 100644 index 00000000000..c6a079a66d0 --- /dev/null +++ b/.changeset/five-doors-hide.md @@ -0,0 +1,13 @@ +--- +'@aws-amplify/ui-react-core-notifications': patch +'@aws-amplify/ui-react-notifications': patch +'@aws-amplify/ui-react-liveness': patch +'@aws-amplify/ui-react-storage': patch +'@aws-amplify/ui-react-native': patch +'@aws-amplify/ui-react-core': patch +'@aws-amplify/ui-react-geo': patch +'@aws-amplify/ui-react-ai': patch +'@aws-amplify/ui-react': patch +--- + +revert changes introduced for React 19 support diff --git a/.github/workflows/reusable-build-system-test.yml b/.github/workflows/reusable-build-system-test.yml index bb0d0bc6a34..463fca43d31 100644 --- a/.github/workflows/reusable-build-system-test.yml +++ b/.github/workflows/reusable-build-system-test.yml @@ -28,7 +28,9 @@ jobs: fail-fast: false matrix: framework: [react] - framework-version: [latest] + # temporarily pointing all react tests to v18 + # framework-version: [latest] + framework-version: [18] build-tool: [next, vite] build-tool-version: [latest] pkg-manager: [npm] diff --git a/build-system-tests/templates/components/react-native/cli/App.tsx b/build-system-tests/templates/components/react-native/cli/App.tsx index 3fa7f4a72dd..6142710083f 100644 --- a/build-system-tests/templates/components/react-native/cli/App.tsx +++ b/build-system-tests/templates/components/react-native/cli/App.tsx @@ -23,7 +23,7 @@ function SignOutButton() { return