-
Notifications
You must be signed in to change notification settings - Fork 286
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
Error: You must use Ember.set() to set the scheduledRevalidation
property
#559
Comments
Seems like What is |
it should be moved to the renderer, not sure why it would be observed and it should have used an underscore if placed on the view. not that it helps now |
@krisselden when you open an object in the inspector's Object Inspector it observes all non-private (non-underscored) properties that it lists to keep them up to date. An underscore would have prevented the issue as it wouldn't have been listed in the first place. |
Is this still an issue or can we close? |
let's close it, I'll reopen if I hit it again |
I'm using https://github.com/offirgolan/ember-cp-validations for show a form on one of my apps and once I view the corresponding component with the inspector and change a value in the form I get the following error:
/cc @offirgolan
The text was updated successfully, but these errors were encountered: