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

jQuery is undefined error when used with webpack #826

Closed
yreifschneider opened this issue Nov 15, 2017 · 1 comment
Closed

jQuery is undefined error when used with webpack #826

yreifschneider opened this issue Nov 15, 2017 · 1 comment

Comments

@yreifschneider
Copy link

I get the error message jQuery is undefined when using pivottable with webpack and there is no global jQuery object.

Line 348 triggers the error.

The fix should be to change this line to input instanceof $ as $ is defined as function parameter.

nicolaskruchten added a commit that referenced this issue Nov 15, 2017
@nicolaskruchten
Copy link
Owner

Thanks for the bug report! This should be fixed in version 2.16.1, which I just published :)

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

No branches or pull requests

2 participants