Skip to content

[Docs: Rewrite] The Editing Posts section missing the component Route #4012

Closed
@NoamGoren

Description

@NoamGoren

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions