Closed C45513-L closed 1 year ago
TypeError: card() got an unexpected keyword argument 'on_click' TypeError: card() got an unexpected keyword argument 'styles'
Hi, both errors found with version 0.0.61.
Could you share how you're calling the component? It works on my setup
I had the same error, and solved by passing on_click=lambda: None.
on_click=lambda: None
TypeError: card() got an unexpected keyword argument 'on_click' TypeError: card() got an unexpected keyword argument 'styles'
Hi, both errors found with version 0.0.61.