-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show "named blocks" #1472
Comments
@lifeart how exactly would you like this feature to work? |
@rwwagner90 I think it may be |
@lifeart would the slots be selectable? If so, what data would we show? |
Yes, I think slots should be selectable, and we could show slot's position arguments
|
I would like to see this, but right now we don't really have the information to do it from the debug render tree. So the first step would be to make that work, and then we can work out the display format here |
@chancancode follow-up request - have ability to see "if"s and "each" blocks (areas) |
it will be great to have ability to see "named blocks" usage in component explorer
why?
in ember v3.25.0-beta.1 named blocks enabled
emberjs/ember.js#19318
https://github.com/emberjs/rfcs/blob/master/text/0460-yieldable-named-blocks.md
The text was updated successfully, but these errors were encountered: