-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[eslint] can't resolve masonry/masonry #1129
Comments
You may need to add an alias for |
Ah, thank you! Are you planning to fix this in isotope? (if there is a possibility) Otherwise, feel free to close this issue. |
The issue is that the Bower name |
Okay, thank you anyway :) |
@desandro it would be really nice if you can provide some support about this issue. Because there are developers that use create-react-app without willing of ejecting. Then they (including me) are not able to define an alias. In this case, I'm not able to use I know that publishing the library as Besides that there is another unpleasant case; if someone somehow wants to use that If this makes sense for you, please re-open the issue. |
@barinali Hello! Thanks so much for your kind input. I may be able to resolve this. I've re-opened this issue. By switching the Bower registration from I've opened blmarket/masonry-layout#1 to ask for the |
for metafizzy/isotope#1129 https homepage
Okay! I've been able to get |
It's awesome! I'll try it with master branch when I have time. Thanks for building such a good library. |
Any chance you can publish the release to npm? |
I'm runing into this problem just now also. Would be so nice if you were able to fix it soon. |
I am running into this issue as well, Would be nice if we can get the fix. |
Masonry v4.2.1 and Isotope v3.0.5 has been released with this change added. Please update and follow up with any lingering issues. 🌈🐻 |
Working! Thanks. ...now the issue is that it doesn't work with require('isotope-layout'), I need to use require('isotope-layout/dist/isotope.pkgd.min.js') |
I'm closing this issue as resolved. Please open a new issue if you run into trouble loading Isotope or Masonry or layout modes with ES6. |
Hi @desandro, I'm still having issues with this on Webpack. I've tried a standard ES6 import...
and the require way...
Always the same results though... "Can't resolve 'get-size/get-size'" and "Can't resolve 'outlayer/outlayer'" I'm using a fresh npm install of Masonry v4.2.1 - Any recommendations? |
@stikoo This is the issue tracker for Isotope. See desandro/masonry#839 for loading Masonry with ES6. Also, I believe you'll need install with npm or Yarn. Loading |
I get this error code, when linting with es6 (es:recommended)
The text was updated successfully, but these errors were encountered: