broad-solstice-41284
02/21/2025, 1:20 PM@ory/elements
or @ory/elements-react
. I have a React SPA app and have previously been using @ory/elements
. If I go to the current elements npm package it says its unmaintained and that I should use @ory/elements-react
instead. However, all examples in the github repository are using @ory/elements
currently.
In the github repo it says I should look at nextjs-spa example, however this example also uses @ory/elements
and not @ory/elements-react
. I tried adding @ory/elements-react
to my project anyway but I see some things are missing, such as ThemeProvider
that is available from @ory/elements
.
Is there any updated documentation about ory elements available? Thanksbland-eye-99092
02/21/2025, 2:13 PMbroad-solstice-41284
02/21/2025, 2:15 PMelegant-australia-19523
03/04/2025, 6:07 PM@ory/elements-react
is not published on npm yet. 0.0.0 only while repo has more versions.
What would be the course of action here? to use the library directly from the GitHub repo or use one of the -next
versions?
I see consent screen is not ready yet 😕
Or should we keep on the old @ory/elements
until the react version is ready?
0.0.0
requires multiple packages from itssr: {
noExternal: ["@ory/*"],
},
bland-eye-99092
03/05/2025, 6:58 AM