'TinyMCE remove white spaces at the end of text REACT

enter image description here

when I add a whitespace at the end of the text, I got this as a result

<p>TEXT&nbsp;</p>

How can I wether getting white spaces at the end eliminate or just getting the actual white space example:

<p>TEXT </p>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source