mattermost-community / mattermost-plugin-jitsi

Jitsi plugin for Mattermost :electric_plug:
Apache License 2.0
193 stars 89 forks source link

MM-47046 Use version of React DOM provided by web app #223

Closed catalintomai closed 1 year ago

catalintomai commented 1 year ago

From here:

"For some more context, see here. The short version though is that we updated the web app to React 17, and there's a chance that plugins will have some issues with it because they're compiled with the React 16 version of ReactDOM. I'm submitting PRs to the 3 products, the demo plugin, and the plugin template to have them use the web app's version of React DOM to fix any immediate issues, but we'll want to properly migrate them to React 17 going forward."

Ticket Link https://mattermost.atlassian.net/browse/MM-47046

Related Pull Requests https://github.com/mattermost/mattermost-plugin-playbooks/pull/1489 https://github.com/mattermost/focalboard/pull/3861 https://github.com/mattermost/mattermost-plugin-todo/pull/190 https://github.com/mattermost/mattermost-plugin-starter-template/pull/169

mickmister commented 1 year ago

Solved with https://github.com/mattermost/mattermost-plugin-jitsi/pull/224