Closed franziska-caroline closed 10 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
plantbuddy | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 10, 2024 10:05am |
Regarding the refactoring of the states and the early return: I have an early return in edit [id].js if I don't have a
thisPreference
.thisPreference
is passed as initialFilterSettings in the FilterForm. Therefore, the data would not even go into the FilterForm component due to the early return.