Skip to content
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

indentation is broken for debug() on shallow wrapper #925

Closed
finnigantime opened this issue May 3, 2017 · 3 comments · Fixed by #926
Closed

indentation is broken for debug() on shallow wrapper #925

finnigantime opened this issue May 3, 2017 · 3 comments · Fixed by #926
Labels

Comments

@finnigantime
Copy link
Contributor

Repro

  1. render a shallow wrapper of an element that has children
  2. call .debug() on the wrapper

expected: each level of children is on a new line and intended 2 spaces
actual: no levels of children are indented

@ljharb ljharb added the bug label May 3, 2017
ljharb added a commit that referenced this issue May 17, 2017
Fix #925 - indentation is broken for debug() on shallow wrapper
@fatfisz
Copy link

fatfisz commented Jun 20, 2017

Hi, when is a next version with this fixed expected to be released?

@ljharb
Copy link
Member

ljharb commented Jun 30, 2017

It's now released.

@fatfisz
Copy link

fatfisz commented Jun 30, 2017

Yup, I've used that already. Thanks, great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants