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