You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}`
Calling TestComponent from application.hbs but flash message is not showing.
The text was updated successfully, but these errors were encountered:
Randhir-93
changed the title
flashMessages is not working in cloned super-rentals repo from github
flashMessages is not working in newly create ember app
Jul 14, 2022
`import Component from "@glimmer/component";
import { inject as service } from "@ember/service";
export default class TestComponent extends Component {
@service flashMessages;
}`
Calling TestComponent from application.hbs but flash message is not showing.
The text was updated successfully, but these errors were encountered: