Ben McMahen

Results 40 comments of Ben McMahen

I somehow totally missed this. Thanks for the PR. This is good advice.

For some reason I didn't think optional binding actually worked in this context... Is this something new in a later version of SwiftUI? I haven't actually touched the last few...

Hah! Just saw this. Glad it's of use.

So weird... it's working for me when I clone this repo and use storybook. Can you try the same? Out of curiosity, and you using yarn or npm?

`react-spring` is now listed as a peer dependency, so currently you need to install it yourself. Unfortunately I just don't have much time to work on this repo recently. I'd...

Can you provide more details? Can you show me the entire component that you’re using? Are you using create react app, or something different?

Can you clarify what you mean by this? What sort of positions did you have in mind? Custom ones?

I think ideally we'd animation everything with transforms. Animating with `translateY` is easy when you're dealing with just one toast element, but you need to account for a situation in...

Hmm yeah, it'll break if you rely on theme variables with styled components. The key is to wrap your render callback with your theme, like so: ```jsx function CustomAlert() {...