From 9b4ba66d86d0e1361e11b0cf942379ff7c119fba Mon Sep 17 00:00:00 2001 From: Aaron Shafovaloff Date: Sat, 16 Nov 2024 16:04:49 -0700 Subject: [PATCH] use defaultValue in TextInput --- packages/idb-cache-app/src/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/idb-cache-app/src/App.tsx b/packages/idb-cache-app/src/App.tsx index b2e0ab1..3d600c7 100644 --- a/packages/idb-cache-app/src/App.tsx +++ b/packages/idb-cache-app/src/App.tsx @@ -136,7 +136,7 @@ const App = () => {
-
+ @instructure/idb-cache @@ -151,7 +151,7 @@ const App = () => { @@ -175,7 +175,7 @@ const App = () => { @@ -426,7 +426,7 @@ const App = () => { -
+
);