Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

several issues in last example code #169

Open
w461 opened this issue Dec 10, 2020 · 0 comments
Open

several issues in last example code #169

w461 opened this issue Dec 10, 2020 · 0 comments

Comments

@w461
Copy link

w461 commented Dec 10, 2020

In the last example, there are quite a few defects

First of all, I guess

flush = Flushbar<List<String>>(
  userInputForm = Form(

should be

flush = Flushbar<List<String>>(
  userInputForm: Form(

And then, brackets do not match and it is not one or two.

Even though I have overcome this, I don't see anything of my form. However, I will ask this on stackoverflow, first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant