This codemod replaces all calls to this.$() inside of an Ember.Component with this.element property, which provides a reference to a native DOM element.
Events
Before:
jsx
After:
tsx
Query Selector
Before:
jsx
After:
tsx
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
The easiest way to run this codemod without installing anything globally:
This codemod replaces all calls to this.$() inside of an Ember.Component with this.element property, which provides a reference to a native DOM element.
jsx
tsx
jsx
tsx
Build your own codemod and share it with the community.