metafizzy / outlayer

:construction_worker: the brains & guts of a layout library
163 stars 63 forks source link

matches-selector dependency broken #30

Closed eldh closed 9 years ago

eldh commented 9 years ago

I got this issue while using react-masonry-mixin, but the problem seems to stem from outlayer. Not really sure why, but desandro-matches-selector just had a new version released, might have something to do with that.

Temporarily worked around this by setting an alias 'matches-selector': 'desandro-matches-selector', in webpack, but I thought I'd post in case anyone else had similar problems.

ERROR in ../~/react-masonry-mixin/~/masonry/~/outlayer/outlayer.js
Module not found: Error: Cannot resolve module 'matches-selector' in /Users/eldh/Code/quinyx/js/node_modules/react-masonry-mixin/node_modules/masonry/node_modules/outlayer
 @ ../~/react-masonry-mixin/~/masonry/~/outlayer/outlayer.js 993:4-31
desandro commented 9 years ago

Can you try reinstalling react-masonry-mixin again? This should be resolved with desandro-matches-selector v1.0.3, which had a bug in its package.json

eldh commented 9 years ago

@desandro Sorry, still the same. The problems seems to be with with 1.0.3 as you say.

eldh commented 9 years ago

This is fixed in the newest release. Thanks!