This PR solves the issue for nested embeds in phoenix_live_view: https://github.com/phoenixframework/phoenix_live_view/pull/3497 This fixes the behaviour + adds a test: https://github.com/mathieuprog/polymorphic_embed/pull/115 It is a bit hacky though as I with the general test setup a bit. Thanks <3