We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f12cea commit 8221d14Copy full SHA for 8221d14
contributors.yml
@@ -29,3 +29,4 @@
29
- turansky
30
- underager
31
- vijaypushkin
32
+- lukerSpringTree
examples/custom-query-parsing/src/App.tsx
@@ -152,7 +152,7 @@ function Home() {
152
type="radio"
153
name="crust"
154
value="deep-dish"
155
- defaultChecked={pizza.crust === "dish-dish"}
+ defaultChecked={pizza.crust === "deep-dish"}
156
/>{" "}
157
Deep Dish
158
</label>
0 commit comments