Skip to content

feat(getTarget): throw when string not in DOM#622

Merged
TheSharpieOne merged 1 commit intomasterfrom
iss-620
Oct 6, 2017
Merged

feat(getTarget): throw when string not in DOM#622
TheSharpieOne merged 1 commit intomasterfrom
iss-620

Conversation

@TheSharpieOne
Copy link
Copy Markdown
Member

Previously it when a string target was not found in the DOM via querySelector, it would just return the null and bomb elswhere
Now an error is thrown to help the developer track down the issue.

Closes #620

Previously it when a string target was not found in the DOM via querySelector, it would just return the `null` and bomb elswhere
Now an error is thrown to help the developer track down the issue.

Closes #620
@TheSharpieOne TheSharpieOne added this to the v5 milestone Oct 6, 2017
@TheSharpieOne TheSharpieOne merged commit e71c427 into master Oct 6, 2017
@TheSharpieOne TheSharpieOne deleted the iss-620 branch October 6, 2017 01:47
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.

2 participants