I can't click the submit button at the right bottom corner . #76
Replies: 4 comments 4 replies
-
Thanks for reporting the issue. Im taking a look right now. |
Beta Was this translation helpful? Give feedback.
-
@eu09 I'm not getting this error. Do you have the latest version? If running locally, you need to run |
Beta Was this translation helpful? Give feedback.
-
My friend faced this problem too. before updating the browser. maybe we should add some polyfill |
Beta Was this translation helpful? Give feedback.
-
This issue should be fixed with #90 |
Beta Was this translation helpful? Give feedback.
-
When I open the dev mode on my console , and click the submit bottom , then it report following issue
Im using the node version is v.19.0.0
Uncaught TypeError: crypto.randomUUID is not a function
at submitMessage (TextChat.jsx:155)
at handleKeyDown (TextChat.jsx:261)
at HTMLUnknownElement.callCallback (react-dom.development.js:4164)
at Object.invokeGuardedCallbackDev (react-dom.development.js:4213)
at invokeGuardedCallback (react-dom.development.js:4277)
at invokeGuardedCallbackAndCatchFirstError (react-dom.development.js:4291)
at executeDispatch (react-dom.development.js:9041)
at processDispatchQueueItemsInOrder (react-dom.development.js:9073)
at processDispatchQueue (react-dom.development.js:9086)
at dispatchEventsForPlugins (react-dom.development.js:9097)
Beta Was this translation helpful? Give feedback.
All reactions