Hello! I’m trying to migrate to ory/elements v1.0.0 but I feel like I need to figure it out how it works by myself checking the element-legacy repo, sdk repo and sometimes the ory-kratos-ui-node repo and combine all pieces from the different projects. I’m using kratos, hydra, ory/kratos-client and ory/hydra-client in a react19 project. New elements repo just have examples for next.js and migration documentation just refer to the components itself but nothing is really mentioned about the flows and how it combine with rest of logic. Big gap is even in the consent flow that is not on the examples but just of the kratos-node-ui codebase. I’m starting to make it works but facing issues here and there and seems not that straightforward to migrate from legacy. Some examples or improved documentation would be nice to have.