Skip to content

Commit 859196a

Browse files
authored
Fix react example (#19)
1 parent 2dd994d commit 859196a

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.changeset/tidy-suns-change.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"conformal": patch
3+
---
4+
5+
fix react example

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Works everywhere: In browsers, Node.js, and edge runtimes with React, Vue, Svelt
2121
- [setPath](#setpath)
2222
- [PathsFromObject](#pathsfromobject)
2323
- [Zod Field Schemas](#zod-field-schemas)
24-
- [Live Examples](#🚀-live-examples)
24+
- [Live Examples](#live-examples)
2525
- [License](#license)
2626

2727
## Installation
@@ -253,9 +253,9 @@ const formSchema = z.object({
253253
});
254254
```
255255

256-
## 🚀 Live Examples
256+
## Live Examples
257257

258-
- **React** - [GitHub](https://github.com/marcomuser/conformal/tree/main/examples/react) | [StackBlitz](https://stackblitz.com/github/marcomuser/conformal/tree/main/examples/react)
258+
- **React** - [GitHub](https://github.com/marcomuser/conformal/tree/main/examples/react) | [StackBlitz](https://stackblitz.com/github/marcomuser/conformal/tree/main/examples/react?embed=1&theme=dark&preset=node&file=src/Form.tsx)
259259

260260
## License
261261

examples/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Type-safe form submissions with React 19's `useActionState` hook.
44

55
## 🚀 Try it on StackBlitz
66

7-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/marcomuser/conformal/tree/main/examples/react)
7+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/marcomuser/conformal/tree/main/examples/react?embed=1&theme=dark&preset=node&file=src/Form.tsx)
88

99
## Local Development
1010

0 commit comments

Comments
 (0)