-
-
Notifications
You must be signed in to change notification settings - Fork 535
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
TypeError when creating SimpleBar with wrapContent set to false #64
Comments
Thanks for this. |
I experience the same issue with 2.2.2. It is fixed in the source code, but packaged version still does not assert correct values to |
Hi, I just release a new version 2.3.0 that should solve this issue. Let me know, thanks! |
@Grsmto thanks! works fine for me. Is it on npm already too? |
@wasd171 yes it is! |
In v2.2.1, creating a SimpleBar with the wrapContent option set to false fails with this error:
As far as I can tell, this was introduced in 7df8410, as this.contentEl is now only assigned to when wrapContent is true
The text was updated successfully, but these errors were encountered: