Closed KDederichs closed 9 months ago
Hi, Is there any updates on this?
hi @supersnager supersnager , is there any updates on this issue ?
@KDederichs @AlexShavkuta @Zakariaels I'm almost done. I need to finish rewriting of the last few stories and make some cosmetic changes. I think it'll take me a few of days.
@supersnager, Thanks for your efforts! Don't hesitate if you need some help :)
Good news! Storybook v7.6.17 has just landed on the site. Now I will do a review of the #120 and merge!
Finally released, as major version v2.0.3.
@KDederichs Thank you for your effort! @nathanstitt Your issue with class components mentioned here: https://github.com/chatscope/chat-ui-kit-react/pull/120#issuecomment-1922433248 has also been resolved
Hi, I'm using v2.0.3 and still getting a console error saying "Warning: FontAwesomeIcon: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead."
I'm using the code from the Default sample (first one) from https://chatscope.io/storybook/react/?path=/docs/components-maincontainer--docs with NextJS 14.1.0 and React 18.2.0
@remoun That is a warning from fontawesome. Please see this comment https://github.com/chatscope/chat-ui-kit-react/pull/120#issuecomment-1922433248
Hi, it'd be great if you could switch all the uses of
defaultProps
with just passing the parameters in the method signature. UsingdefaultProps
is deprecated and spams the console with warnings as well.