Replies: 1 comment
-
the codesandbox doesn't throw typechecking err for me. Are you just using an old version? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, I'm not sure if this is an issue, but I'm also wondering if anyone has ever had issues with using intl.formatMessage with the aria-label property? Since intl.formatMessage only returns React.ReactNode from what I understood, the error below occurs:
https://codesandbox.io/s/pensive-jones-b1tewt?file=/src/App.tsx
I could convert to string using 'as string'...but yeah. :/
Replaced {values: {type: 'test'}} with {type: 'test'} and fixed it 😬
Beta Was this translation helpful? Give feedback.
All reactions