Ruslan Lesiutin

Results 20 comments of Ruslan Lesiutin

> @hoxyq could you help shedding some light on this one!, someone who could review this potentially and give some feedback! Thanks for flagging, usually we get notified when CI...

> Should we also update the documentation on the Website? We have a [wiki page](https://github.com/facebook/react-native/wiki/Release-and-its-automated-processes) for it. As was discussed with @kelset, we will update documentation on the website after...

Thanks for reporting this and recording a demo, I will try to triage this early next week, hopefully shipping a fix soon. If someone is already triaging this, feel free...

Attempted to triage this, noticed that the required condition for this to happen is `chrome.devtools.network.onNavigated` listeners here: https://github.com/facebook/react/blob/ddd736d2589c972e1ac75402f2e2e833e97ad61a/packages/react-devtools-extensions/src/main/index.js#L431 https://github.com/facebook/react/blob/ddd736d2589c972e1ac75402f2e2e833e97ad61a/packages/react-devtools-extensions/src/main/index.js#L444 Removing both of them fixes the issue. Having at least one...

I am currently exploring an option to switch from `chrome.devtools.inspectedWindow.eval` to `chrome.scripting.executeScript`. The main problem for us with this approach is the requirement for executing scripts in `MAIN` world, which...

My Chrome got updated, and I can't reproduce this on Chrome v122.0.6261.69, can someone confirm this as well?

Since we can't reproduce this, I am going to close this. Would be nice if someone can grep the changes from between Chrome 121 and Chrome 122 to identify the...

Hey @anvesh-vanam, thanks for opening this issue. 1. Are you using device toolbar (ctrl + shift + m) with some selected device? This may change user agent and we currently...

Closing as duplicate of https://github.com/facebook/react/issues/25818, lets consolidate conversation there.

> @hoxyq can we reopen this issue please. It does not appear to be resolved and the behaviour is different from #25818 - thanks. Thanks for notifying. Opening only this...