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

Protect against nil LayoutRoots #4

Merged
merged 1 commit into from
Jul 22, 2021
Merged

Conversation

notnoop
Copy link
Contributor

@notnoop notnoop commented Jul 22, 2021

When Renderer.LayoutRoot() is nil, rendering should do nothing according to docs, but
currently it panics with nil pointer dereference.

When `Renderer.LayoutRoot()` is nil, rendering should do nothing, but
currently it panics with nil pointer dereference.
@mitchellh
Copy link
Owner

Looks good to me thanks!

@mitchellh mitchellh merged commit 6515ceb into mitchellh:master Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants