Skip to content

Conversation

@mkszepp
Copy link
Collaborator

@mkszepp mkszepp commented Feb 1, 2026

While reviewing the remaining ESLint disables in the addon, I noticed that { eager: true } was being passed to modifiers.

Modifiers do not support this option, so it can be safely removed. You can see this in the modifier implementation here:
https://github.com/ember-modifier/ember-modifier/blob/cc53f0de83d085269209c8b80a88e0df07757545/ember-modifier/src/-private/function-based/modifier.ts#L119C1-L150C2

@mkszepp mkszepp added the bug label Feb 1, 2026
@mkszepp mkszepp merged commit 2ee319f into master Feb 1, 2026
17 checks passed
@mkszepp mkszepp deleted the remove-eager branch February 1, 2026 17:28
@mkszepp mkszepp changed the title Remove passing { eager: false } to modifier (it's an not supported) Remove passing { eager: false } to modifier (it's not supported) Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants