-
-
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
Swiper 11.1.2 TypeScript issue #7529
Closed
5 of 6 tasks
Kbdq opened this issue
May 13, 2024
· 1 comment
· Fixed by solitariusdigital/eshareh#94 or Mapuppy09/tradetrust-website#8 · May be fixed by spdfalcon/company-2lang#5, heliumtank92/am92-react-design-system#10 or aswanthchandran0/eccomerce#4
Closed
5 of 6 tasks
Swiper 11.1.2 TypeScript issue #7529
Kbdq opened this issue
May 13, 2024
· 1 comment
· Fixed by solitariusdigital/eshareh#94 or Mapuppy09/tradetrust-website#8 · May be fixed by spdfalcon/company-2lang#5, heliumtank92/am92-react-design-system#10 or aswanthchandran0/eccomerce#4
Comments
We're encountering the same error today, and it's causing a blocker for us. Could you please assist us as soon as possible? Thanks in advance. |
This was referenced Jul 6, 2024
This was referenced Aug 14, 2024
This was referenced Sep 10, 2024
This was referenced Sep 18, 2024
This was referenced Sep 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check that this is really a bug
Reproduction link
not necessary
Bug description
I'm using Swiper in Angular v 17 project with TypeScript 5.3.3. After update Swiper to version 11.1.2 it results in the following error:
The solution is to remove 'd.ts', in other words, just replace it with
import { Swiper } from './index';
or to rollback back to 11.1.1 - it works normal
Expected Behavior
No response
Actual Behavior
No response
Swiper version
11.1.2
Platform/Target and Browser Versions
no matter
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: