mattermost-community / mattermost-plugin-agenda

Mattermost plugin to handle meeting agendas
Apache License 2.0
32 stars 21 forks source link

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

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

hanzei commented 1 year ago

@mickmister Do you plan to work on this one or do we leave it open for someone to pick it up?