Conlin Durbin
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!