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

Nested Properties with Multiple Levels #49

Closed
nmf2 opened this issue Feb 12, 2019 · 1 comment
Closed

Nested Properties with Multiple Levels #49

nmf2 opened this issue Feb 12, 2019 · 1 comment

Comments

@nmf2
Copy link

nmf2 commented Feb 12, 2019

Hello, @maoberlehner

First of all, thank you for this project, it has really helped me!

But I believe I've found a bug in it, basically it doesn't work with nested properties which have more than one level. Like so:

propA: {
  propB: {
    propC: "something"
  }
}

If I try to use something like:

mapFields(['propA.propB.propC'])

I get an error saying that I can't access propC of undefined.

@nmf2 nmf2 closed this as completed Feb 12, 2019
@Adrek
Copy link

Adrek commented Feb 21, 2020

I have same error. When I access to propA level is correct. but when I access level Prop B o C appears this error:
"Property or method "formInfo" is not defined on the instance"

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

2 participants