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

fix container to accept HTML elements #21

Closed
wants to merge 1 commit into from
Closed

fix container to accept HTML elements #21

wants to merge 1 commit into from

Conversation

JekRock
Copy link

@JekRock JekRock commented Aug 14, 2020

Currently, selectors only acceptable as a container passed in options. Passing an HTML element produces the error 'Container must either be a selector string or an HTMLElement.'.
After the fix, both selectors and HTML elements will work the same

Currently, selectors only acceptable. Passing an HTML element produces
the error 'Container must either be a selector string or an
HTMLElement.'.
After the fix both selectors and HTML elements will work the same
@JekRock
Copy link
Author

JekRock commented Aug 14, 2020

I'm sorry, it's already there in #18
I'll close the PR

@JekRock JekRock closed this Aug 14, 2020
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.

1 participant