Ricky
Ricky
@zoltan-mihalyi This will need a major release since it changes the underlying markup. I also found a few issues with the current clip behaviour. `ContainerClip` uses absolute positioning which causes...
@ty0x2333 Yeah I think I figured out the layout issues but I need to do more testing on it before doing a release. I'll aim to get a pre-release on...
You can try out the preview release by running on the following: ```sh pnpm add https://pkg.pr.new/nerdyman/react-compare-slider@143 yarn add https://pkg.pr.new/nerdyman/react-compare-slider@143 npm i https://pkg.pr.new/nerdyman/react-compare-slider@143 ``` The slider also has better intrinsic sizing...
Thanks for opening this @stevebutler2210. v3 dropped the CommonJS exports and now only provides ES modules so the issue is probably to do with that. Are you using any build...
Thanks @stevebutler2210. I'll spin up a Next project and see if I can repro. Do you know which node and next versions you're using?
Good news is I can repro this but I'm not sure how to resolve it yet. I'd rather not start publishing CommonJS modules again just to appease Jest but ESM...
This should be resolved in v4. I need to do testing on other devices before doing a final release but there is a pre-release with the CJS modules published. It...
This should be simple enough to implement. I think the images just need to default to `pointer-events: none` and the active image needs `pointer-events: auto`. I'll take a look, also...
Hey @mtaylor-tbpm, can you share snippet of how you're using the lib? I'm not sure why it would be complaining about the `package.json` being missing 🤔 Edit: It works OK...
Thanks for the repro! I'll take a look.