reflex-components-internal-v0.0.17
skeleton is a @memo function, so without an rx.RestProp parameter the compiled memo emits no ...rest spread and base props like custom_attrs/id passed at the call site are silently dropped. Add a rest: RestProp param and forward it onto the root Div so extra props flow through. children and class_name keep their existing behavior (class_name retains its cn() tailwind merge).