We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The plugin is breaking when running in IE11. You can try it with your example page aswell.
Error is: "Invalid calling object"...
The text was updated successfully, but these errors were encountered:
I just bumped into this problem and solved it by replacing Common.isString(dependency) with typeof dependency === 'string'
Common.isString(dependency)
typeof dependency === 'string'
https://github.com/liabru/matter-js/blob/2ec247b7af1c6b5da6ee05c73274ed5822c73503/src/core/Plugin.js#L242-L244
Sorry, something went wrong.
No branches or pull requests
The plugin is breaking when running in IE11. You can try it with your example page aswell.
Error is: "Invalid calling object"...
The text was updated successfully, but these errors were encountered: