Skip to content

Commit a03e397

Browse files
Ashna AryaAshna Arya
Ashna Arya
authored and
Ashna Arya
committed
Wording
1 parent 8c2b974 commit a03e397

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ and a React Hooks API.
6969

7070
#### Create a Project with Vite
7171

72-
NOTE: Facebook's [create-react-app](https://github.com/facebook/create-react-app) breaks with React 19 (see https://github.com/facebook/create-react-app/issues/17004).
73-
74-
You should use [vite](https://github.com/vitejs/vite) instead to create custom plugins.
75-
7672
1. Open your terminal and navigate to the directory you want to create your
7773
project in.
7874
2. Create your new project. We recommend using
@@ -114,7 +110,9 @@ You should use [vite](https://github.com/vitejs/vite) instead to create custom p
114110
- Get started with Sigma’s Plugin APIs.
115111
- Test your plugin directly in a Sigma workbook using the Sigma Plugin Dev
116112
Playground.
117-
- By default, Vite dev servers run on http://localhost:5173.
113+
- By default, vite dev servers run on http://localhost:5173.
114+
115+
NOTE: Facebook's [create-react-app](https://github.com/facebook/create-react-app) is deprecated. You should use [vite](https://github.com/vitejs/vite) to setup your project.
118116

119117
## Testing your Plugin
120118

0 commit comments

Comments
 (0)