Skip to content

Chapter 08, Exercise Practice3.js,  #28

@Ilya-Lad

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

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