JS No Longer Works for Theme Component

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.

3 Likes