-
Notifications
You must be signed in to change notification settings - Fork 68
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
Cannot read property 'errorImage' of undefined #49
Comments
Strange, |
I'm unsure what you mean exactly? This is the total trace:
I suppose my question is, what exactly is Stepy trying to read the property "errorImage" ON? In other words, "what" exactly is undefined? |
|
Got the same issue. It's because on the first step self is an array of forms with one element self[0].opt return correct configuration. On the next steps it works with self.opt. |
Hi @meliborn , If you use the code of the master it still breaks? |
@wbotelhos I've tried master version, but encountered some issues.
|
It looks like stepy is throwing:
Frankly, I'm unsure what I'm doing on my form setup that would cause this?
The text was updated successfully, but these errors were encountered: