REACT error when using data_editor (st.data_editor()) and other challenges associated witht this widget

Regarding the minified React error:

Streamlit version 1.32.0 introduced an updrade for dataframes that resolved several issues, including ones like you’ve mentioned here. There is also a patch out now, so I would do the following:

  1. First double-check if the error occurs with version 1.32.2.
  2. If you still get a minified React, then the best thing to do is submit a bug report on GitHub. Try to provide the smallest (but complete) amount of code to show the issue. We’ll need an executable code example, everything including import streamlit as st and some example data so we can run it. Historically, this type of bug can be difficult to track down since the exact screen size comes into play. A screen recording is very helpful and so is any information about the pixel size of the screen along with OS, browser, etc.

Regarding the resetting of a data editor

Please can you show more code? I’m not sure what or where your “Rest all” button is. Here’s one trick you can use to reset a data editor.