Ben Smithett
Ben Smithett
Thanks for the pointer, here's how I adapted that for Fela in a way that lets you switch the frame on/off without needing to reload: ```jsx function getDocument(story) { const...
Good to know, appreciate you giving it a try 🙏 I'm happy with the workaround. Would you like me to PR a docs update mentioning it or something?
Opt-in makes sense! I did take a look to see if I could quickly PR something, but IIUC the sharp image object is only accessed as part of srcset generation...
So I missed that calling `onBreakpointChange` sneaks in a synchronous call to `mqChange`. Kinda tricky to see unless you look at the internals - event handlers don't usually get called...
@excid3 :+1: for the version update, but I'd like to keep the `createClass` syntax for now to keep in line with the [examples on the React homepage](http://facebook.github.io/react/) Thanks!
Thanks, I'll give that menu some more thought. It's currently just my first "make it work" effort.