Is <this line> in Ory Elements (`NodeMessages` com...
# ory-network
r
Is this line in Ory Elements (
NodeMessages
component) hardcoding the message to be of "error" severity? I'm seeing the success messages rendered with error colours when using the
NodeMessages
component.
b
Hi Donatas, this is now changed. Please take look on last version of this file from main branch: https://github.com/ory/elements/blob/main/src/react-components/ory/helpers/error-messages.tsx
r
Thanks 🙂
There is a version mismatch between GitHub and NPM releases, I saw the relevant PR but thought I already had the latest version.
b
Thank you for the info, I’ll take a closer look on that!
We had a small bug with releasing the package, the version on npm was always above github tag. Fix is on the way: https://github.com/ory/elements/pull/85