Skip to content

Fix an error during collecting data in case of using Babel #32

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

Merged
merged 2 commits into from
Nov 14, 2016
Merged

Fix an error during collecting data in case of using Babel #32

merged 2 commits into from
Nov 14, 2016

Conversation

ktsn
Copy link
Member

@ktsn ktsn commented Nov 14, 2016

Related to #29

If we use Babel, an error will be occurred during collecting data. Because Babel checks whether this is instance of the actual class or not and the dummy object does not inherit component class actually.

I've tweak the extend part to use the extend method belongs to the component class instead of super class.

I've also added test cases for Babel environment.

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