Maya Barnes
Maya Barnes
Hi @athielenhaus thanks for your response! Could you provide the imports you are using as well? Running into an error with undefined `FileProcessor` trying to repro.
@athielenhaus Appreciate all the context it was really helpful to debug! Unfortunately this is another example of issue #6257 - essentially the spinner triggers the Tabs component to unmount &...
Hi @mrpoponep, thanks for your submission! I have opened a ticket with our Community Cloud team to look into the issue when possible - could you just confirm that you...
Hi @itsToggle, thanks for your submission! I was able to repro the error on speedy user interaction as mentioned. On quick investigation looks like the error is coming from the...
Hi @dcoe-jkpaper, thanks for your submission! I was able to confirm the bug - looks like this is the data as received from `react-plotly.js`'s `Plotly.PlotSelectionEvent`. Just in case its helpful,...
Closing as implemented in PR https://github.com/streamlit/streamlit/pull/13244 🎉
Hi @bmansour1! Thanks for your contribution 🎈 Apologies for the delay, but wanted to provide some more information for a solution. The general thought of this PR is correct, we...
**Solution Outline:** * `AppContext.tsx`: add a new prop, `disableSidebarNav: boolean` and initialize this to `false` by default * `App.tsx`: In `AppContext.Provider`, set `disableSidebarNav: widgetsDisabled` (widgetsDisabled takes into account both connection...
Hi @thisisbhupendrasingh, thanks for your submission! We made a fix in the `1.45.1` patch release which should hopefully resolve this issue - could you upgrade and let us know if...
Thanks @itsToggle for confirming - will keep this issue open for additional encounters of the issue after the 1.45.1 patch & repro examples