You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a custom data layer with PostgreSQL (SQLAlchemy) and MinIO.
I am unsure whether this issue is a bug or my mistake, but I am inclined to believe it is the latter.
Checklist
Other elements, such as Image, DataFrame, and Plotly, have been tested and are fully functional.
The custom element exists and is successfully populated in both PostgreSQL and MinIO.
When I send a custom element using .send(), its props are successfully populated. However, if I refresh the page, I only see a blank UI without any props.
As a sanity check, I created a DataFrame, refreshed the page, and inspected the browser network activity. The DataFrame data and its corresponding UI component were successfully loaded.
But if i am using my own component
What it supposed to be
And yes this is from the example of custom element. My gut feeling is i should implement update method on the JSX file
The text was updated successfully, but these errors were encountered:
Information
Checklist
When I send a custom element using .send(), its props are successfully populated. However, if I refresh the page, I only see a blank UI without any props.
As a sanity check, I created a DataFrame, refreshed the page, and inspected the browser network activity. The DataFrame data and its corresponding UI component were successfully loaded.
What it supposed to be
And yes this is from the example of custom element. My gut feeling is i should implement update method on the JSX file
The text was updated successfully, but these errors were encountered: