Alexey Kulakov

Results 65 comments of Alexey Kulakov

I guess I have to use `tagName` property in `component.js`

this would generate two divs with auto generated class:

the only way I was able to get it working correctly is by doing the following: ```javascript init() { this._super(...arguments); this.tagName = 'div'; this.classNames =['main-navbar', 'sticky', 'navCTA']; this.classNameBindings = ['styleNamespace'];...

I have done I little more digging. The way `template-only-glimmer-components` is that if there is now `component.js` file in the component folder outer `div` will not be generated. Feather more,...

@webark Thanks a lot for quick reply! Let me know if you need a hand getting this working. I would be happy to help!

Indeed it does, I have already asked this question in discord. But I guess it will take some time to make it forward compatible. I am more then willing to...

@alanlima Thank you so much for solution! I can confirm it fixes the issue for me!

[This](https://github.com/mixonic/ember-cli-deprecation-workflow/issues/156#issuecomment-1727272249) worked for us as a temporary solution

@rwjblue sorry I did not explain correctly, after running code mode I have to places where I use Ember.Logger but code mode did not replace it with an import statement....

@rwjblue I think this issue belongs to ember-cli/ember-rfc176-data. Thanks @mansona for opening correct one. This one can be closed for now.