David Jerleke

Results 118 comments of David Jerleke

@crashton28 thanks. I will look into it when possible. Until then: Feel free to help out. Best, David

@paulmolluzzo yes thanks. Didn’t know that so debugging will be less cumbersome know that you made me aware of that. No need to create a local project 🙂.

Changing label to feature request because `moduleResolution: bundler` was released with TypeScript 5.0 16 March 2023 when Embla already existed.

Anyone who wants to contribute can look into this issue, because it doesn't require any prior knowledge of how Embla works. I'm busy building the fade plugin so it would...

Hi @fethca, Thanks for your efforts. It rather seems like the problem is related to import paths pointing to package sub folders. With the `bundler` setting active, TypeScript seems to...

@fethca my guess would be that you changed this: ```diff { - moduleResolution: "bundler" + moduleResolution: "node" } ``` But when testing my changes in the PR locally, I can...

@paulmolluzzo, @crashton28, @fethca and anyone else having problems with the `moduleResolution: 'bundler'` setting. Try [`v8.1.4`](https://github.com/davidjerleke/embla-carousel/releases/tag/v8.1.4) that includes a fix for this and let me know how it goes.

@fethca I see. But this issue is about `moduleResolution: 'bundler'` so I think that should be separate from this issue.

A bug fix for this will be included in the next release.

@sarussss and @DanielSpindler a bug fix for this was just released in [v8.1.4](https://github.com/davidjerleke/embla-carousel/releases/tag/v8.1.4).