-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I'm currently using the ChatFeed component from the react-chat-engine in my Next.js application. Despite dynamically importing the component to overcome SSR-related issues, I've encountered a persistent problem related to text input. Specifically, when the space key is pressed during text entry, it does not create a whitespace as expected.
To resolve this, I have attempted to set up a JavaScript function that uses an event listener to insert a whitespace each time the space key is pressed. Unfortunately, this workaround is causing further issues and has not successfully resolved the original problem.
I would appreciate any guidance or assistance you could provide to help me address this issue. Please let me know if any additional information is needed from my end to better understand or troubleshoot this problem.
Thank you in advance for your help.