question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn’t work with angle-bracket components

See original GitHub issue

{{my-component}} works like a charm but <my-component /> doesn’t get the hashed identifier class added.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
webarkcommented, Mar 1, 2019

closing then on @jasonworden comments. If it ends up being not the case, feel free to reopen @tleperou

1reaction
BryanCrotazcommented, Dec 27, 2019

How did you access the style namespace? I’ve tried:

<div class="{{@styleNamespace}}">

and

<div class="{{this.styleNamespace}}">

Neither of them produce a class attribute

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angle bracket component with splattributes not correctly ...
In my Ember 3.10 app, I have a button component that has tageName: '' set, and then in the template, I'm using splattributes....
Read more >
Angle Bracket Invocations For Built-in Components
In the new world, components are expected to work with named arguments. This is both to improve clarity and to match the HTML...
Read more >
Can anyone explain why anyone needs angle brackets when ...
Ok, this doesn't completely answer my own question but gets closer to it. I still want to understand why angle bracket is used...
Read more >
Escaping angle brackets - Angular, Vue, React ... - jQWidgets
Hello,. trying to show text in a grid containing angle brackets results in hiding them as well as the text between them:.
Read more >
Three Reasons to Switch to Angle Bracket Syntax in Ember
I find it much easier to find the open and close of my components with this formatting change. It's also easier to add/remove...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found