We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EMBER_METAL_TRACKED_PROPERTIES
@pzuraq
Testing the octane blueprints with Ember Data; update(propertyTag, tag) triggers an exception.
octane
update(propertyTag, tag)
Using a simple model like:
export default Model.extend({ name: attr('string') });
The text was updated successfully, but these errors were encountered:
For sure, thanks for the report! So, all you’re doing is setting the attr? Can you possibly copy to code that causes the failure?
Sorry, something went wrong.
@pzuraq The project https://github.com/ppcano/oct5
If you change the EMBER_METAL_TRACKED_PROPERTIES at config/environment.js will trigger the error.
It looks the problem is triggered by ED when normalizing the server response.
Thank you for reporting @ppcano!
pzuraq
No branches or pull requests
@pzuraq
Testing the
octane
blueprints with Ember Data;update(propertyTag, tag)
triggers an exception.Using a simple model like:
The text was updated successfully, but these errors were encountered: