widgetti / ipyreact

React for ipywidgets that just works. No webpack, no npm, no hassle
BSD 3-Clause "New" or "Revised" License
114 stars 8 forks source link

fix: Replace missing file with basic React template #47

Closed manzt closed 9 months ago

manzt commented 10 months ago

Fixes #46. There is no basic.tsx file, which with 0.7.1 throws a Python error rather than silently failing in the frontend.

maartenbreddels commented 10 months ago

Thank you. Not sure how I did not see that untracked file!

manzt commented 10 months ago

No problem!

maartenbreddels commented 9 months ago

Took https://github.com/widgetti/ipyreact/pull/50 to make it green, but now it is :) Thanks again