NullVoxPopuli
NullVoxPopuli

I'll revert back to just Date then..
changed pushed! :tada:
@camerondubas any chance you want to rebase?
looks like a floating dep dropped node 16, breaking our ci. I'd consider this non-blocking for merge, myself, and fixing the floating dep issue can happen in a different PR
I changed my args to my tiny components to be "any" and the issue went away. Issue present ```ts menu: MenuTypes.Menu; trigger: ModifierLike; ``` Issue gone: ```ts menu: MenuTypes.Menu; trigger:...
Just ran in to this with a yielded component type, too
Another repro: ```gts import Component from '@glimmer/component'; import { modifier } from 'ember-modifier'; import type { ModifierLike } from '@glint/template'; class Scroller extends Component { declare withinElement: HTMLDivElement; ref =...
@flashios09 if you upgrade to 1.3, do you get your completions back?
This triggers a failure for: https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-args-paths.md