BotFramework-WebChat
BotFramework-WebChat copied to clipboard
Replace defaultProps with default parameters
This is intended to fix errors thrown in React 18.3 due to defaultProps being deprecated in that version. All instances of defaultProps are replaced with default parameters.
Fixes #4836