chat-ui-kit-react icon indicating copy to clipboard operation
chat-ui-kit-react copied to clipboard

Using defaultProps is deprecated

Open KDederichs opened this issue 11 months ago • 2 comments

Hi, it'd be great if you could switch all the uses of defaultProps with just passing the parameters in the method signature. Using defaultProps is deprecated and spams the console with warnings as well.

KDederichs avatar Jul 20 '23 10:07 KDederichs

Hi, Is there any updates on this?

AlexShavkuta avatar Oct 20 '23 05:10 AlexShavkuta

hi @supersnager supersnager , is there any updates on this issue ?

Zakariaels avatar Feb 19 '24 22:02 Zakariaels

@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 avatar Feb 23 '24 11:02 supersnager

@supersnager, Thanks for your efforts! Don't hesitate if you need some help :)

Zakariaels avatar Feb 25 '24 00:02 Zakariaels

Good news! Storybook v7.6.17 has just landed on the site. Now I will do a review of the #120 and merge!

supersnager avatar Mar 02 '24 10:03 supersnager

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

supersnager avatar Mar 03 '24 18:03 supersnager

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 avatar Mar 06 '24 23:03 remoun

@remoun That is a warning from fontawesome. Please see this comment https://github.com/chatscope/chat-ui-kit-react/pull/120#issuecomment-1922433248

supersnager avatar Mar 07 '24 18:03 supersnager