Skip to content

Chapter 08, Exercise Practice3.js,  #28

Description

@Ilya-Lad

The code for the UserForm is given as
const UserForm = props => (

{props.label}: //Incorrect

);

This seems incorrect. At least the last double quotes should be removed for the state to update. The works for me: for example,

{props.label}: //REMOVED QUOTES

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions