From 8221d14d2346bac86fe4f0148a2964ff6c88d8f3 Mon Sep 17 00:00:00 2001 From: lukerSpringTree Date: Thu, 27 Jan 2022 00:37:15 +0800 Subject: [PATCH] fix(examples): there is an error in example (#8619) Co-authored-by: jianglin --- contributors.yml | 1 + examples/custom-query-parsing/src/App.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index 305cb72225..c59064a4c3 100644 --- a/contributors.yml +++ b/contributors.yml @@ -29,3 +29,4 @@ - turansky - underager - vijaypushkin +- lukerSpringTree diff --git a/examples/custom-query-parsing/src/App.tsx b/examples/custom-query-parsing/src/App.tsx index 1230aa865d..56cf8c5f41 100644 --- a/examples/custom-query-parsing/src/App.tsx +++ b/examples/custom-query-parsing/src/App.tsx @@ -152,7 +152,7 @@ function Home() { type="radio" name="crust" value="deep-dish" - defaultChecked={pizza.crust === "dish-dish"} + defaultChecked={pizza.crust === "deep-dish"} />{" "} Deep Dish