Steps to reproduce
- Run this code
import streamlit as st
st.button("OK")
st.button("OK")
- Observe!
Expected behavior:
You should get one button plus an error message explaining you can't have to st.button calls with the same key.
Actual behavior:
The error message complains about st.-3952690150221448179 🙀
See screenshot:

Is this a regression?
yes
Debug info
- Streamlit version: 0.65.0