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

Issue on dynamic Schema in arrays #106

Closed
KiSchulte opened this issue Sep 26, 2017 · 1 comment
Closed

Issue on dynamic Schema in arrays #106

KiSchulte opened this issue Sep 26, 2017 · 1 comment

Comments

@KiSchulte
Copy link

I tried to integrate a dynamic schema on an array property and wasn't successful.
Was breaking at this line. Seems that there is a prototype for equals() missing, as the error was equals() is not a function. I'm not sure why this function is necessary here, or what the prototype function was.
I exchanged the line by
if (element === "#") {
which is working fine.

if (element.equals("#")) {

@KiSchulte
Copy link
Author

KiSchulte commented Sep 26, 2017

Sorry I just have seen that there is already a PullRequest for that.
#101

I simply didn't have a look there before, and the issue didn't pop up in the issue list.

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