I was trying to implement this component, but for some reason, even when running the demo script, the content string is empty. The st.write(content) call in the demo doesn’t write anything and calling len on the content returns 0.
UPDATE: I just discovered something really strange. When using chrome, content strings appears to populate and things behave normally but while using Safari, the content string remains empty. While I have noticed small differences in the Streamlit behaviors between chrome and safari, this if the first instance of something being completely broken.