We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3b686 commit b8c38acCopy full SHA for b8c38ac
package.json
@@ -5,6 +5,9 @@
5
"title": "React Suspense 🔀",
6
"subtitle": "Simplify your Async UI and improve your User Experience",
7
"githubRepo": "https://github.com/epicweb-dev/react-suspense",
8
+ "stackBlitzConfig": {
9
+ "view": "editor"
10
+ },
11
"product": {
12
"host": "www.epicreact.dev",
13
"slug": "react-suspense",
@@ -44,6 +47,7 @@
44
47
"dependencies": {
45
48
"@epic-web/config": "^1.11.2",
46
49
"@epic-web/invariant": "^1.0.0",
50
+ "@epic-web/workshop-utils": "^4.28.1",
51
"react": "19.0.0-beta-94eed63c49-20240425",
52
"react-dom": "19.0.0-beta-94eed63c49-20240425",
53
"react-error-boundary": "^4.0.13",
0 commit comments