Skip to content

if choice changes from non-form to form, JSON.parse error occurs #378

@starpit

Description

@starpit

in fe/guide/index.ts

  const suggestionForm = !thisChoiceIsAForm || !suggestion ? {} : JSON.parse(suggestion)

maybe in other places, too. it is now a form, so we try to parse the prior answer as if it were also a form...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions