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

Handle condition for slice of Renderer #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

EasterTheBunny
Copy link

In the case that a Renderer contains a slice of Renderer, the renderer
mothod would not be called. A condition for a reflect.Slice was added.

Tests were added to the package to test both cases of a Renderer
containing another Renderer and a slice of Renderer.

Awbrey Hughlett and others added 2 commits January 24, 2021 20:21
In the case that a Renderer contains a slice of Renderer, the renderer
mothod would not be called. A condition for a reflect.Slice was added.

Tests were added to the package to test both cases of a Renderer
containing another Renderer and a slice of Renderer.
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

1 participant