Skip to content

Commit

Permalink
Merge pull request #72 from reown-com/react-warning
Browse files Browse the repository at this point in the history
Docs update: Adding a warning message for create-react-app
  • Loading branch information
rohit-710 authored Sep 25, 2024
2 parents 7ccb3cc + db7bd95 commit 36d8347
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/appkit/react/core/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Choose one of these ethereum libraries or solana to get started.

## Installation

:::warning
If you are setting up your React app, please **do not use** `npx create-react-app`, as it has been deprecated. Using it may cause dependency issues.
Instead, please use [Vite](https://vitejs.dev/guide/#scaffolding-your-first-vite-project) to create your React app. You can set it up by running `npm create vite@latest`.
:::

<PlatformTabs groupId="eth-lib" activeOptions={["wagmi", "ethers5","ethers","solana"]}>
<PlatformTabItem value="wagmi">

Expand Down

0 comments on commit 36d8347

Please sign in to comment.