Conlin Durbin

Results 11 comments of Conlin Durbin

As a note, a quick fix for this is to just wrap your React On Rails rendered component in a function, like this: ``` export default props => ; ```

@amauryfischer Is that the exact code you are using? That `setstate` call in the button won't work, since that is just getting called on render, causing an infinite loop. Using...

Thanks @mjoork, I'll take a look at this!

I definitely can do it @Flo-G, but if you'd like to contribute, I'd love that! I can help you figure out how to add this functionality. Just let me know...

If I understand this correctly, I think I did some digging on this a while back. One major issue is that React mangles component names on the frontend :/ They...

Are you set on the current font? There are some great, open-source variable fonts out there that come with woff files. I've got some experience splitting up variable fonts to...

Gotcha, that definitely makes sense! Happy to help out however I can, regardless!

@askoufis not sure if you are the right person to ping here, but I'd love to contribute to this project. This PR was based on some work I've been doing...

@askoufis Sorry, was out of office all week last week! Looking at this now! Let me see what's going on with the CI stuff, not sure what the permissions would...

Thinking about this a bit, the API could look something like this: ```ts import { globalViewTransition, createViewTransition, createViewTransitionGroup } from '@vanilla-extract/css'; // assuming keyframes called fadeOut and fadeIn defined somewhere...