okld / streamlit-ace

Ace editor component for Streamlit.
https://share.streamlit.io/okld/streamlit-gallery/main?p=ace-editor
MIT License
254 stars 38 forks source link

Components beta5 fixes #1

Closed tconkling closed 4 years ago

tconkling commented 4 years ago

Hey @Ghasel, the component looks great! We've just released custom components beta5 (this is the version we'll be launching with shortly). This PR fixes some bits that are changed in the new beta; in particular, the components namespace is now streamlit.components.v1 instead of just streamlit.

Beta5 should be posted tomorrow (I'll nudge people if it's not), at which point these changes should work :)

I added some explanatory comments inline in the PR; let me know if you have questions.