Oskar Ahlroth
Oskar Ahlroth
I wrote a Github Action (with Vercel) - that adds the below comment to your PRs - you can find it here https://github.com/OskarAhl/Lighthouse-github-action-comment 
A hacky workaround that i'm using is to inside `preparePage`: load the data you want for the client into localStorage - and then refresh the page e.g: ```javascript await page.evaluate((data)...
@daybrush The padding applies to the parent control box, would be useful with a padding for specific child control boxes as well 🙏 https://codesandbox.io/p/sandbox/react-moveable-forked-7gqs7m 