Mohamed-512 / Extra-Streamlit-Components

An all in one place, to find complex or just not available components by default on streamlit.
Apache License 2.0
466 stars 59 forks source link

fix: make rerun optional for router #46

Open JudeDavis1 opened 1 year ago

JudeDavis1 commented 1 year ago

There is an issue where StreamLit errors about how rerunning is a no-op, and it shows it forcibly on the frontend. To fix this, I want to make the experimental_set_query_params call optional in the route() method optional.

Note: this will not change the default routing behavior, it will just give users an option to suppress that no-op error.

JudeDavis1 commented 1 year ago

@Mohamed-512 could we merge this if everything's good? Need this urgently for a project.

dcamposliz commented 10 months ago

Is this still being maintained? Looks like this PR is from a while ago