Gerald Monaco

Results 34 comments of Gerald Monaco

@gaearon yeah, that was one concern I had [here](https://github.com/reactjs/rfcs/pull/213#issuecomment-1076763161). My feeling is that _most_ suspense-like libraries probably don't properly support SSR, given as how until React 18 it was not...

I think this needs a test case for `when "Accept-Encoding: gzip, deflate, br"`. Seems like maybe the code is causing gzip to be preferred so there's no difference in modern...

This issue should be resolved by the latest version of the polyfill (currently in alpha). Please give that a try and feel free to open a new issue if you...

We've recently made extensive changes to the polyfill, and this issue should already be addressed, so I'm going to close this out for now. That said, thank you so much...

One concern with offline transpilation is that it doesn't really solve the issue: your query conditions still need to be (re)evaluated on the browser, and if the conditions are different...

This issue should be fixed by the latest version of the polyfill (currently in alpha). Let me know if you run into any further problems and I'd be happy to...

This issue should be resolved by the newest version of the polyfill (currently in alpha). Please give it a try and let me know if you run into any further...

Thank you for your issue! As of the latest version (currently in alpha), Shadow DOM is unfortunately not supported yet, but we'd gladly consider PRs. Generally speaking, I don't think...

Thank you for your issue! The newest version of the polyfill (currently in alpha) more closely follows the spec, and does not allow you to query e.g. `block-size` on an...

As Surma mentioned, this is something that should be working. I'm going to close out this issue for now, but I'm happy to reopen it if you can post a...