Joel Kang
Joel Kang
After landing on this issue and doing some of my own trial and error, I've come up with a solution that works both in dev and packaged, and combines various...
After following the discussion on discord some, I had a perculiar case that I'd like to add on to this issue. I have some enum that I use as a...
I think the way framer sets transitions broke this component (again). I managed to fix it by adding an override to my variants: ```tsx import { ComponentType, cloneElement } from...