Theo Markovic

Results 2 comments of Theo Markovic

I just bumped into this problem and solved it by replacing `Common.isString(dependency)` with `typeof dependency === 'string'` https://github.com/liabru/matter-js/blob/2ec247b7af1c6b5da6ee05c73274ed5822c73503/src/core/Plugin.js#L242-L244