If you’re creating a debugging post , please include the following info:
My app is deployed on community cloud
I’m using streamlit version 1.36.0
The error is
Error: Minified React error #185 ; visit Minified React error #185 – React for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
I believe a fix for this will be released in version 1.39, so check back in a couple weeks!
opened 10:50AM - 12 Jan 24 UTC
closed 10:09AM - 19 Sep 24 UTC
type:bug
feature:st.dataframe
status:confirmed
priority:P2
### Checklist
- [X] I have searched the [existing issues](https://github.com/st… reamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provided sufficient information below to help reproduce this issue.
### Summary
Updating tables on the sidebar makes the browser go crazy and eventually crash due to maximum update depth exceeded.
* Browser is unresponsive
* Adjusting the width of the sidebar makes the problem go away (sometimes)
* Some tables just crash before even the first render
* This has been happening for a while (min 3 months)
[Screencast from 2024-01-12 11-38-00.webm](https://github.com/streamlit/streamlit/assets/100993/329f43b0-3c02-4cd8-95d5-5b8e4ba88630)

### Reproducible Code Example
```Python
with st.sidebar:
container = st.empty()
while True:
container.dataframe(...)
time.sleep(1)
```
### Steps To Reproduce
_No response_
### Expected Behavior
_No response_
### Current Behavior
_No response_
### Is this a regression?
- [X] Yes, this used to work in a previous version.
### Debug info
- Streamlit version: 1.2x
- Python version: irrelevant
- Operating System: irrelevant
- Browser: blink
### Additional Information
Error: Minified React error #185; visit https://reactjs.org/docs/error-decoder.html?invariant=185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at fl (http://192.168.1.42:8501/static/js/main.3ab8e8d9.js:2:2251371)
at xa (http://192.168.1.42:8501/static/js/main.3ab8e8d9.js:2:2223133)
at http://192.168.1.42:8501/static/js/7673.0828a05e.chunk.js:2:334183
at http://192.168.1.42:8501/static/js/7673.0828a05e.chunk.js:2:349353
at http://192.168.1.42:8501/static/js/7673.0828a05e.chunk.js:2:293066
at http://192.168.1.42:8501/static/js/7673.0828a05e.chunk.js:2:293268
at http://192.168.1.42:8501/static/js/7673.0828a05e.chunk.js:2:289446
at http://192.168.1.42:8501/static/js/7673.0828a05e.chunk.js:2:289688
at Dl (http://192.168.1.42:8501/static/js/main.3ab8e8d9.js:2:2263107)
at t.unstable_runWithPriority (http://192.168.1.42:8501/static/js/main.3ab8e8d9.js:2:3040959)
system
Closed
March 23, 2025, 3:13pm
3
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.