Valentin Hervieu

Results 223 comments of Valentin Hervieu

Thanks for submitting this minimal reproduction. I had a look and so far I don't know what should I change to have this working on Remix 🙈

That's great news! I like fixing bugs without wanting to 🤣

Could you please try `5.0.7--canary.2940c18.0` and let me know if it solves your issues? (I'm not really confident that it does)

I'm actually wondering if we should just get rid of tslib. I don't even recall why it was added in the first place and it's something I haven't seen used...

> based on the docs https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md the import should be > ``` > "import": { > "types": "./index.d.mts", > "default": "./index.mjs" > }, > ``` > notice the missing **m**...

I tried that but https://arethetypeswrong.github.io/?p=react-easy-crop%405.0.7--canary.527.82deecf.0 is even worse. Can you try [email protected] please?

I'm too tired 😭 Please try `[email protected]` even if we still have the same result on https://arethetypeswrong.github.io/?p=react-easy-crop%405.0.7--canary.527.1aad632.0: ![image](https://github.com/ValentinH/react-easy-crop/assets/2678610/9d24956f-c03c-48ec-bfc3-8c47b0776fd1) It think it expects `./Cropper` to be something like `./Cropper.d.mts`

I'll try to move the build pipeline to plain Rollup when I get some motivation. 🤞