You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -69,10 +69,6 @@ and a React Hooks API.
69
69
70
70
#### Create a Project with Vite
71
71
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
-
76
72
1. Open your terminal and navigate to the directory you want to create your
77
73
project in.
78
74
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
114
110
- Get started with Sigma’s Plugin APIs.
115
111
- Test your plugin directly in a Sigma workbook using the Sigma Plugin Dev
116
112
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.
0 commit comments