1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-08 15:06:08 +02:00

MM-47076 Use version of Reaact DOM provided by web app (#3861)

This commit is contained in:
Harrison Healey 2022-10-03 11:39:12 -04:00 committed by GitHub
parent 4eccd067e9
commit b16557a046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,6 +174,7 @@ if (TARGET_IS_PRODUCT) {
config.externals = {
react: 'React',
'react-dom': 'ReactDOM',
redux: 'Redux',
'react-redux': 'ReactRedux',
'mm-react-router-dom': 'ReactRouterDom',