reflex-components-internal-v0.0.16
spinner, select_arrow, and arrow_svg are @memo functions, so without an rx.RestProp parameter the compiled memo emits no ...rest spread and base props like custom_attrs/id are silently dropped. Add a rest: RestProp param to each and forward it onto the root element so extra props flow through. class_name stays a declared param to keep its cn() tailwind merge.