javascript-react-patterns
javascript-react-patterns copied to clipboard
Wrong object return
Wrong object return Current output get from the pattern
email: undefined,
firstName: {
email: "[email protected]",
firstName: "John",
lastName: "Doe"
},
lastName: undefined
}```
Output should be
```{
email: "[email protected]",
firstName: "John",
lastName: "Doe"
}```
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| fm-workshop-2 | ✅ Ready (Inspect) | Visit Preview | Sep 5, 2022 at 9:21AM (UTC) |