Open
Conversation
hoxyq
reviewed
Jan 27, 2026
| const timeoutId = setTimeout(() => controller.abort(), timeoutMs); | ||
|
|
||
| try { | ||
| const response = await fetch('http://localhost:8081/livemate', { |
There was a problem hiding this comment.
As we've discussed, this probably won't work with OD case.
We should get more clarity on the approach, before committing to any changes on Frontend side.
| @@ -1 +0,0 @@ | |||
| file://config/owner/INFRA_OWNERS | |||
Author
There was a problem hiding this comment.
Yeah, bad rebase caused a bunch of random changes I think.
| * This binding is installed on the React Native side and called when | ||
| * Inspector selects an element to propagate view data to DevTools. | ||
| */ | ||
| export const LIVEMATE_BINDING_NAME = '__livemate_devtools_binding'; |
There was a problem hiding this comment.
Oh, I see binding, I've just added reviewed the backend part in jsinspector-modern, and I suggested to use them.
Didn't see it being used on JavaScript side, though.
There was a problem hiding this comment.
And I don't see it being used here in Livemate panel code as well
| this.#queryInput.setAttribute('placeholder', i18nString(UIStrings.queryPlaceholder)); | ||
| this.#queryInput.setAttribute( | ||
| 'style', | ||
| 'flex: 1; padding: 12px 16px; border: 1px solid var(--sys-color-divider); border-radius: 4px; background: var(--sys-color-cdt-base-container); color: var(--sys-color-on-surface); font-size: 14px; min-height: 100px; resize: vertical; font-family: inherit;' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This change adds a new experimental panel for AI integration with React Native.
Test plan
Needs a few other changes to test E2E. Panel can be toggled with the experimental flag
Enable Livemate Panel.Upstreaming plan
devtools-frontendrepo following the contribution guide for Meta employees OR contribution guide.