Sebastian Fitzner

Results 8 comments of Sebastian Fitzner

We are using Swiper with React on the server and client. Unfortunately we stumbled over this problem as well, while we started to convert our CommonJS source code to ESM....

Hi, First of all sorry for the late response. To the first issue that the proxy is not working: I do not use V1 anymore and am not really sure...

Same here on a windows machine ...

@windgazer Sry for the late reply. I have taken a look at it and you can easily work around this by using the direct import: ```js const Mangony = require('mangony/lib/mangony');...

Yeah, valid point ... I will fix that!

Is there any update? Would be great to have the following functionality: ``` $('#foo').trigger( 'custom', {'custom': 'object'}); ```