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
Really appreciate this component, I am having to rely on it as native streamlit does not allow for nesting of columns for a particular app feature I am building.
After having employed the Autocomplete mui widget, I get an error suggesting ElementsFrontendError: In elements frame 'streamlit_elements.core.frame.elements_frame.workboard': we is not a function when in fact there is no we in my code. I looked into my streamlit session_state key values and also found no we there as the error callbacks seem to point to session state. What seems to be the problem here? Would kindly appreciate some help resolving this issue.
Really love this component as it gives a pythonic feel to the typescript/react coding and expands the capabilities of streamlit.
The text was updated successfully, but these errors were encountered:
Socvest
changed the title
Would really like further guidance/support on Streamlit elements
Getting an error 'we is not a function' though there is no we in my code.
Jul 22, 2022
Really appreciate this component, I am having to rely on it as native streamlit does not allow for nesting of columns for a particular app feature I am building.
After having employed the
Autocomplete
mui widget, I get an error suggestingElementsFrontendError: In elements frame 'streamlit_elements.core.frame.elements_frame.workboard': we is not a function
when in fact there is nowe
in my code. I looked into my streamlit session_state key values and also found nowe
there as the error callbacks seem to point to session state. What seems to be the problem here? Would kindly appreciate some help resolving this issue.Really love this component as it gives a pythonic feel to the typescript/react coding and expands the capabilities of streamlit.
The text was updated successfully, but these errors were encountered: