Skip to content

Sign up doesn't save state when going back #47

@fgfl

Description

@fgfl
  • signup for doesn't save values on back. Should be something to do with the way the form is created.
  • create a mode that tracks the form #. Then use that to conditionally render the form
{mode === signup && <signup/> }
{mode === notification && <notification />

something like above

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