streamlit / component-template

Templates and example code for creating Streamlit Components
https://streamlit.io
Apache License 2.0
462 stars 227 forks source link

Bug: Error with Typescript version when running react template #13

Closed jrieke closed 3 years ago

jrieke commented 3 years ago

I'm getting this error when running the frontend of the react template (i.e. npm install and npm run start, as described in README). Manually setting the typescript version in package.json to 3.8.0 (as suggested in the other issue) fixes this for me.

jrieke commented 3 years ago

Made a small PR for this.

jrieke commented 3 years ago

Just found this also happens for the reactless template, I also updated the version in the PR.