NullVoxPopuli
NullVoxPopuli
no longer needed as this library uses vite
looks like some tests are failing
> any reason you didn't want to just unconditionally use the TS parser like the old config did? the ts lints usually have a different cost in performance, so I...
looks like the repo is currently borked, and potentially all PRs are blocked on some maintenance. Updating pnpm and specifying `packageManager` in package.json being one such maintenance
Any ideas an the perf check failing? (It's failing on all branches) We can't really merge anything until that's fixed :(
Thanks for the reproduction! after looking through your code, it seems like you don't want destruction to auto-track. A work-around (we'll need to defer to @chancancode to know if this...
Discussed in discord, an alternative is to switch to `willDestroy`, from `willlDestroyElement`, which will also help in migration to Glimmer components (since glimmer components don't have `willDestroyElement`)
why would it? -- it exists in classic components https://api.emberjs.com/ember/5.9/classes/Component/methods/willDestroy?anchor=willDestroy
it'll be cleaned up, all handled by the framework
I don't recall, that'd be a good thing to try -- what is `this.element`