Teemu Taskula

Results 61 comments of Teemu Taskula

@tkow The current release flow has been working pretty well for me so I haven't had the need for automating things 🙂 I'm using [np](https://github.com/sindresorhus/np) for publishing the package to...

@norman-ags thanks for bringing this up 😊 This is definitely something I would like to improve but unfortunately the TypeScript side is very hard to modify because of the complexity...

@norman-ags did you by any chance have the time to investigate this issue any further? 🙂 I have been tackling some other TS issues but I haven't been able to...

Thanks for letting me know and sorry for making a breaking change in a minor release 🙏🏻 Can I suggest a temporary solution while I investigate the issue? Could you...

One challenge here is what is actually expected from `Sheet.Scroller`. Currently your way of using is doesn't quite match what I had in mind when I added it to this...

@hannupekka could you share the code in your example? I'm curious what your use case is exactly: - is the footer sticky or is just below the scrollable content in...

> Sorry, I don't have the example code anymore as we went with another library but the use case is that footer's not sticky but below scrollable content and visible...

Hey, just to let you know that `Sheet.Scroller` has been removed in favour of making the whole `Sheet.Content` scrollable by default in [v5](https://github.com/Temzasse/react-modal-sheet/releases/tag/v5.0.0). I'm sorry if you need to refactor...

Hi @alexkates 👋🏻 This is already possible to without any changes to the `react-modal-sheet` library by adding `layout` prop to the `Sheet.Container` and `layout="position"` to the `Sheet.Content` component. I've updated...

I've updated the react-aria related dependency which should fix this issue. Please update `react-modal-sheet` to the latest version.