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.

Rule request: no-arguments-for-named-blocks

See original GitHub issue

Since named blocks (slots) will be landed soon in ember. We need to prepare handy rules to avoid some mistakes, like

disallow:

<MyComponent>
 <:header />
</MyComponent>
<MyComponent>
 <:header @fooBar="baz" >
 </:header>
</MyComponent>

cc: @locks

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
lockscommented, May 10, 2020

Another big one would be using the implicit default block:

<MyComponent>
  <div>Hello</div>
 <:header>
   Ember Blog
 </:header>
</MyComponent>
0reactions
lifeartcommented, May 12, 2020

@rwjblue there is really a lot of possible legshoot cases, could we aggregate it into single rule, instead of having no-named-blocks-* sets? Is it make sence?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rule 34. Producing Documents, Electronically Stored ...
(D) Responding to a Request for Production of Electronically Stored Information. The response may state an objection to a requested form for producing ......
Read more >
View Document - Arizona Court Rules
A party objecting to part of a request must specify the objectionable part and permit inspection of the other requested materials. (D) Responding...
Read more >
Withholding Documents on the Basis of an Objection
The amendment to the rule created a mechanism for the requesting party to receive notice of “the fact that documents have been withheld...
Read more >
The Sedona Conference Federal Rule of Civil Procedure 34(b ...
Responding parties must respond to Rule 34 Requests for Production (“RFPs”) within 30 days of service or, if the request was delivered prior...
Read more >
Rule 34 Amendment.FINAL.pdf - judicial.alabama.gov
amending, among other rules, Rule 34, Alabama Rules of Civil ... request (1) to produce and permit the party making the.
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