From 691872640aeb50993e88796216d5916607922798 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 20 Sep 2024 09:43:08 -0600 Subject: [PATCH] stackblitz can't handle these examples out of the box --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 40ca0a13..521feafb 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "title": "Advanced React APIs 🔥", "subtitle": "Learn the more advanced React APIs and different use cases to enable great user experiences.", "githubRepo": "https://github.com/epicweb-dev/advanced-react-apis", + "stackBlitzConfig": { + "view": "editor" + }, "product": { "host": "www.epicreact.dev", "slug": "advanced-react-apis",