Ben McMahen
Ben McMahen
Rebass provides support for emotion by using babel, as found [here](https://github.com/rebassjs/rebass/blob/master/babel.config.js). Basically the idea is that we rewrite the imports to use styled instead of emotion. This should work (I...
Hey! Thanks for the info. I've been super busy lately so haven't had much time to work on this. From what I gather, this isn't a huge problem, but I'd...
I really like this idea. I've been thinking of allowing users to make individual recipes "public" (right now, recipes are only visible to users who follow you). Then, on the...
Not currently, but hopefully down the road. My current needs only dictate a consistent / absolute grid sizing, so this implementation was much easier and faster than reading from the...
can you share the code that you're using to render the grid? it sorta looks like it might be a react-spring issue, too, perhaps related to a new beta release....
Ah, I think the issue might be that `GridDropZone` expects an array of children. Try plugging my Readme example directly in place of your code. Notice that you are just...
Yeah, I'd love it too. Not sure when I'll have time to work on it, unfortunately.
Hmm interesting, I think you're right - if the dropzone has disableDrop and you start dragging from that dropzone, it should always return to its original point. I'm curious what...
It's a bit cumbersome, but you can specify `boxesPerRow` and `rowHeight` in a way that can give you custom sizes depending upon your container width. This will work well for...
Thanks for the PR. The default templates don't actually contain default exports, though, so I don't really understand how this works. It also shouldn't really alter how the imports work......