TextField web component error styling issue

I’m using the s-text-field web component in React app, but the error styling isn’t working consistently. Sometimes it applies the related CSS classes, and sometimes it doesn’t. The issue mostly occurs when showing errors dynamically — it doesn’t work the first time, but works correctly afterward.


Thanks for flagging this - we’re investigating this issue now.

Could you let me know which version of React you’re using? Thanks!

I’m using the following versions of React:

"react": "^18.2.0",
"react-dom": "^18.2.0"