Replies: 2 comments
0 replies
|
It's not the problem of keyword 'static'. The problem is you cannot declare fields (includes public and private, static and non-static) in the brace of class. You can use a getter/setter or do this outside the class:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
My code is like this
The
SignUpForm.js'code is likeGetting the following error message. Searching the Internet but not able to get a list of all options to try.
All reactions