[feat] Add buildBidiComponentURL support on frontend#12746
Merged
sfc-gh-bnisco merged 1 commit intodevelopfrom Oct 24, 2025
Merged
[feat] Add buildBidiComponentURL support on frontend#12746sfc-gh-bnisco merged 1 commit intodevelopfrom
sfc-gh-bnisco merged 1 commit intodevelopfrom
Conversation
This was referenced Oct 10, 2025
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
✅ PR preview is ready!
|
This was referenced Oct 10, 2025
Collaborator
Author
This was referenced Oct 10, 2025
3c2942d to
437c691
Compare
a6d9f8a to
bbe9282
Compare
437c691 to
b62cadd
Compare
bbe9282 to
9fcdc09
Compare
b62cadd to
6a6da39
Compare
29d8923 to
54e10e1
Compare
34e9038 to
bcf6fb8
Compare
54e10e1 to
5885c73
Compare
bcf6fb8 to
8c71f64
Compare
5885c73 to
5f9bb73
Compare
8c71f64 to
da671e0
Compare
5f9bb73 to
9e1871d
Compare
da671e0 to
6c4ef96
Compare
9e1871d to
4793b0d
Compare
6c4ef96 to
8f548f3
Compare
4793b0d to
424affe
Compare
0e3fc69 to
a050d2a
Compare
424affe to
98f5b3d
Compare
98f5b3d to
e6adf6d
Compare
a050d2a to
c43eab1
Compare
e6adf6d to
ec51bc6
Compare
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.

Describe your changes
Added FE support for CCv2 components by implementing a new
buildBidiComponentURLmethod in theStreamlitEndpointsinterface. This method constructs URLs for fetching data from bidirectional components using the/_stcore/bidi-componentsendpoint base.The implementation includes:
StreamlitEndpointsinterfaceDefaultStreamlitEndpointsComponentRegistryGitHub Issue Link (if applicable)
Testing Plan
buildComponentURLmethodContribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.