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
Describe the bug
Receiving an emoji raises an error message in the Chat component...
react-dom.development.js:67 Warning: A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional.
To Reproduce
Steps to reproduce the behavior:
Open the console in the browser dev tools.
Open a chat in MGT
Send an emoji from Teams
See error
Expected behavior
I expect no errors when receiving content.
Screenshots
...results in...
Environment (please complete the following information):
OS: macOS Monterey 12.7.3
Browser: Edge
Framework: React
Context: Web
Version: MGT 4
Provider: Msal2Provider
Additional context
I am a MSFT FTE and can be reached at pelasne in Teams.
The text was updated successfully, but these errors were encountered:
@musale I found that removing the content editable attribute from the html we emit for the emoji seems to fix the problem, this will be in a PR that I'm about to raise.
sets up a proivder model for getting Bot based data
refactor to create a base class for stateful clients
creates a new component for rendering chat avaatars that can handle bots
fix: stop creating two instances of the notification client
closes#3068
fix: remove contenteditable attribute from emjoi html
closes#3060
Describe the bug
Receiving an emoji raises an error message in the Chat component...
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect no errors when receiving content.
Screenshots
![image](https://private-user-images.githubusercontent.com/15094473/306685717-3b07dc22-9b11-410f-ab29-625ac79e65d4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzA4ODQsIm5iZiI6MTczOTE3MDU4NCwicGF0aCI6Ii8xNTA5NDQ3My8zMDY2ODU3MTctM2IwN2RjMjItOWIxMS00MTBmLWFiMjktNjI1YWM3OWU2NWQ0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA2NTYyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIyMTQzYmNmMTZhOWM4MmQwN2QzOTQzNGEzYjI4ZDcxYzYwYjBhOGIxNTliZDNlNTU3YjhkZDkwNDgxYzVkMjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.2p7-50sV2gPFVR7f7feB3xFydZuXOy-BYQKkab9ifjw)
...results in...
Environment (please complete the following information):
Additional context
I am a MSFT FTE and can be reached at pelasne in Teams.
The text was updated successfully, but these errors were encountered: