From 3a8449e4f8456f6ff59057e4070359fea6482b26 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 20 Sep 2024 09:42:50 -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 9dee62d3c..5c109cde9 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "title": "React Hooks 🎣", "subtitle": "Understand the building blocks of React", "githubRepo": "https://github.com/epicweb-dev/react-hooks", + "stackBlitzConfig": { + "view": "editor" + }, "product": { "host": "www.epicreact.dev", "slug": "react-hooks",