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

Overwriting define validate options breaks other instances of same map #26

Closed
Macrofig opened this issue May 11, 2016 · 1 comment
Closed

Comments

@Macrofig
Copy link
Contributor

The map plugin will overwrite the validate object with the processed property. This is because, in some cases, we allow some validation options to pass a function that check other properties in the map instance. This causes problems whenever multiple instances are created of the same map; every instance created after the first will point to the first instance and use that instance for any checks.

Need to refactor how the created computes are stored and retrieved.

Macrofig added a commit that referenced this issue Jun 1, 2016
@Macrofig
Copy link
Contributor Author

Macrofig commented Jun 2, 2016

Fixed in PR #29

@Macrofig Macrofig closed this as completed Jun 2, 2016
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