On Mon Jul 14, 2025 at 11:24 AM CEST, Danilo Krummrich wrote: > On Mon Jul 14, 2025 at 8:42 AM CEST, Boqun Feng wrote: >> I think you need to reorder the initialization of `inner` to be after >> `dev` for this. > > Indeed, good catch! Just to add, it's more than the order of inner and dev. For such use-cases we have to ensure that Devres as a whole is properly initialized once Devres::inner::data is initialized. Going to send a patch for that.