Results 918 comments of dan

I believe that's already fixed on main but not deployed yet.

yea we decided not to do this

I've looked at this today. So far it doesn't seem to be possible to add a `Referer` header on iOS (without dropping down from `SFSafariViewController` to `WKWebView` which I'd rather...

Updated to only poll after we have a failure (and to stop polling after first successful response, whether via the poll mechanism or via the agent).

Would you mind including screenshots before/after and how we can test the changes? Really appreciate that.

two notes - the grey grouped background feels kinda heavy, maybe there's a lighter shade? - the informational alert being modal feels a bit much — i know i've changed...

Please provide a reproducible example. Either on GitHub or a sandbox. Otherwise we can’t really fix this. Thanks!

> It is understandable, React v18 is not good for old projects. That's absolutely not correct. We're running huge codebases from 2013-2014 with almost no changes on React 18. The...

Thank you! This example seems to use a Hook conditionally — `it (data) useStyles()`. This is not supported in React. If you use Hooks you need to either follow rules...

It works accidentally and likely breaks in other cases. But we do need a better error. I would’ve expected “rendered more hooks than last time” error to appear.