Microsoft Edge > compatibility of the slider feature, streamlit==0.58.0

Dear the community streamlit,

My web app work like charm with google chrome or firefox, but with Microsoft Edge, I have this error.
How can I hide this error ? This is not a critical error, the web app return the β€œgood” result.

best regards,

streamlit==0.58.0

Is there a code snippet you can share with us that triggers this error?

1 Like
xrange = st.slider('Select a range of values', 0, len(bar_data), int(len(bar_data) - 100))

I updated microsoft edge, and the error have disappeared :100:

1 Like