Open go-bears opened 2 years ago
I'm not seeing any errors in the terminal, but the component no longer renders, and I basically copied and pasted your example code (with only 3 image links) into this test page. The component was literally working 2 hours ago. I think streamlit made a breaking change to secure the exploit?
I've rolled back to Streamlit version 1.11.0
and 1.10.0
, (1.9.0
is too old) and I can't get the component to render 😢 , so frustrating since I just had it working.
I hope these notes help with any debugging you have to do. I was really excited to get it working for my use case! Thanks for contributing this to the streamlit community!
Hello @DenizDogan92 !
I really appreciate the carousel component! I'm currently developing with the component and it was running locally perfectly, and then it stopped rendering. I updated the streamlit version as per the security advisory and then the component stopped working. I tried rolling back the streamlit version and but I couldn't restore your component to the page even when I copy-pasted your example directly into my app code.
Do you think your component was affected by the security vulnerability fix?