react-application-machine-translations - #991
Labels
sample: react-application-machine-translations
type:bug-suspected
Suspected bug (not working as designed/expected). See type:bug-confirmed for confirmed bugs
Sample
react-application-machine-translations
Author(s)
@mromiszewski @agtenr
What happened?
The extension is no longer working when the page is in edit mode.
It works we the page is in display mode.
I am assuming that it cannot pickup the the text controls.
Using the developer tool , I can see that the request is text is empty as shown below
[
{
"detectedLanguage": {
"language": "en",
"score": 0.0
},
"translations": [
{
"text": "",
"to": "de"
}
]
}
]
Steps to reproduce
Expected behavior
I am expecting the the translator works in the edit mode as well as the display mode
Target SharePoint environment
SharePoint Online
Developer environment
None
Browsers
Node.js version
v14
Additional environment details
No response
The text was updated successfully, but these errors were encountered: