Hi I have been receiving this cached function warning that comes and disappears in a second. I believe the warning appears for the reason that I have st.component_instance inside one of the components.
I am not sure why this appears and goes away. I have not enabled caching on the component.
I believe I know what I am doing and I would just like to disable this warning. Is there a way to do that?
Also, I guess I can avoid this error by using the st.cache decorator. But I donโt want to cache the function.