Closed
Description
What docs page needs to be fixed?
tutorials/essentials/part-4-using-data.md
- Section:
- Editing Posts
- Page:
What is the problem?
the EditPostForm component is missing from the App.js Route
What should be changed to fix the problem?
Adding the following to the App.js example:
<Route exact path="/editPost/:postId" component={EditPostForm} />
Metadata
Metadata
Assignees
Labels
No labels