Just import the service decorator and it should work:
import { service } from "@ember/service";
Once that’s added, your @service currentUser will load correctly again.
Just import the service decorator and it should work:
import { service } from "@ember/service";
Once that’s added, your @service currentUser will load correctly again.