We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment:
Recent Mattermost release has recommended that plugins add ReactDOM as an external dependency. Does this need to be done to this webapp?
https://docs.mattermost.com/upgrade/important-upgrade-notes.html mattermost/mattermost-plugin-playbooks#1489
The fix would be to add 'react-dom': 'ReactDOM',to the externals section of webapp/webpack.config.js
The text was updated successfully, but these errors were encountered:
harshilsharma63
No branches or pull requests
Environment:
Recent Mattermost release has recommended that plugins add ReactDOM as an external dependency. Does this need to be done to this webapp?
https://docs.mattermost.com/upgrade/important-upgrade-notes.html
mattermost/mattermost-plugin-playbooks#1489
The fix would be to add 'react-dom': 'ReactDOM',to the externals section of webapp/webpack.config.js
The text was updated successfully, but these errors were encountered: