Child actor component never replicated

This issue still exists. My workaround was to (on the server) on beginplay, spawn the actors, attach them to the player actor, save the spawned actor as a replicated variable. Every client would check if those variables were valid every second until true. Works fine.