Closed mattkeanny closed 1 year ago
Started exploring the project, no react knowledge, I like the pure python approach. Just a minor thing: In the getting-started.md the example says:
el = ButtonClick display(el)
I guess this was meant "()":
el = ButtonClick() display(el)
Thanks a ton.
Hi there,
thanks, this is fixed now!
Regards,
Maarten Breddels
Started exploring the project, no react knowledge, I like the pure python approach. Just a minor thing: In the getting-started.md the example says:
I guess this was meant "()":
Thanks a ton.