-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Can't resolve 'swiper/angular' #5414
Comments
Hello @Sergiobop. Please provide a online reproduction by codesandbox or a minimal GitHub repository. You can fork one of our demos in codesandbox to get start. Issues labeled by |
I'm sorry to bother you @nolimits4web , but i think the fix introduced a new bug. Now the app is stuck when i enter the page where the swiper is. |
cc @vltansky |
After updating to 8.0.1 I got these warnings causing page to freeze [ng] ./node_modules/Swiper/angular/fesm2015/swiper_angular.mjs - Warning: There are multiple modules with names that only differ in casing.
[ng] This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
[ng] Use equal casing. Compare these module identifiers: |
yea compilation is ok but when you open page it hangs the browser |
I'm also seeing this issue. Builds fine but browser hangs on load. |
For us swiper completely crash browser when angular app starts. Weird |
Yeah, occurring the same bug, do you guys know how to downgrade SwiperJs CDN, mine I think is stuck at 8.0.1 |
8.0.2 looks ok.... |
Thanks for fixing this so quick. I had just been testing v8.0.1 and couldn't figure it out. All is fixed in v.8.0.2 from what I can tell. |
Check that this is really a bug
Reproduction link
none
Bug description
After upgrading to swiper 8.0.0, i can't serve my project
Expected Behavior
No response
Actual Behavior
No response
Swiper version
8.0.0
Platform/Target and Browser Versions
Chrome
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: