StreamlitAntdComponents icon indicating copy to clipboard operation
StreamlitAntdComponents copied to clipboard

New Streamlit 1.34 breaks Antd Components

Open alicjagrocholska opened this issue 1 year ago • 1 comments

Hello, and thanks for your component, I'm using the custom menu, but it seems the new version of streamlit breaks andt components:

TypeError: compute_widget_id_ext() got an unexpected keyword argument 'name'

Traceback:

sac.menu([
File "C: blah bla blah streamlit_antd_components\utils\component_func.py", line 62 in component
    return component(id=get_func_name(), kw=kw, default=default, key=key

I hope you can fix it, for now I will downgrade and stay in streamlit 1.33 Thanks in advance!

alicjagrocholska avatar May 03 '24 11:05 alicjagrocholska

Hey, @nicedouble this pretty much fixes it.

Socvest avatar May 07 '24 10:05 Socvest