Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting an error 'we is not a function' though there is no we in my code. #11

Open
Socvest opened this issue Jul 22, 2022 · 1 comment

Comments

@Socvest
Copy link

Socvest commented 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 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.

@Socvest 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
@indrasantosa
Copy link

Had the same issue, I found it is related to the renderInput callback function that is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants