You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
in the console there is a warning when using the arrow key or enter:
Warning: Can only update a mounted or mounting component. This usually means you called setState, replaceState, or forceUpdate on an unmounted component. This is a no-op.
Please check the code for the t component.
The text was updated successfully, but these errors were encountered:
@vkbansal thanks for the release !
That's working better now but there is still a problem on the first press on the Enter key, but the next press ont the key are working.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Version
1.9.1
Test Case
https://jsfiddle.net/6ty1r8yn/1/
Steps to reproduce
Expected Behavior
I should have a text with multiple new line in the textarea
Actual Behavior
no new line is added
Additional informations
The arrow key are also not working.
I suspect it comes from https://github.com/vkbansal/react-contextmenu/blob/master/src/AbstractMenu.js#L21
in the console there is a warning when using the arrow key or enter:
Warning: Can only update a mounted or mounting component. This usually means you called setState, replaceState, or forceUpdate on an unmounted component. This is a no-op.
Please check the code for the t component.
The text was updated successfully, but these errors were encountered: