Skip to content

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

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

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