I had a problem while working with Ember for the first time.
I created a component using ember g component general-container
It has created file with the name general-container.hbs
Now, when I try to use <GeneralContainer> tag, it gives a blank page and an error
Uncaught Error: Attempted to resolve `general-container`, which was expected to be a component, but nothing was found.
I have found nothing on this in the Internet, either I search badly or there's really nothing about this.
Edit: I was asked about the version. I was using
ember-cli 4.4.0 (already downgraded to 4.3.0)
ember-source is 4.4.1
windows is Windows NT 10 Pro x64 21H1 (19043.1645)