ember-learn / deprecation-app

Deprecation guides for ember.js, ember-data, and ember-cli
https://deprecations.emberjs.com/
22 stars 69 forks source link

tests: use `this.` in property path in templates #1287

Closed geneukum closed 1 year ago

geneukum commented 1 year ago

When running the id-for-deprecation-test suite, there are several instances of the [this-property-fallback] deprecation logged to the console.

Let's make sure that we always use this. in the property path of our inline templates when appropriate.

This should help with #1272.

netlify[bot] commented 1 year ago

Deploy Preview for ember-deprecations ready!

Name Link
Latest commit 44917cfe2aa3ac47fdb21bf8270a2f2a946d9efb
Latest deploy log https://app.netlify.com/sites/ember-deprecations/deploys/63dc8e49626d9a0008beae5d
Deploy Preview https://deploy-preview-1287--ember-deprecations.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

jenweber commented 1 year ago

Thank you!