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
https://github.com/arackaf/customize-cra/blob/master/api.md addWebpackExternals(deps)
addWebpackExternals({ react: "React", "react-dom": "ReactDom" });
The ReactDom should be ReactDOM
https://unpkg.com/[email protected]/umd/react-dom.development.js
/** @license React v17.0.2 * react-dom.development.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react')) : typeof define === 'function' && define.amd ? define(['exports', 'react'], factory) : (global = global || self, factory(global.ReactDOM = {}, global.React)); }(this, (function (exports, React) { 'use strict';
Please reference global.ReactDOM
The text was updated successfully, but these errors were encountered:
I don't understand, The ReactDom should be ReactDOM
Sorry, something went wrong.
No branches or pull requests
Problem
https://github.com/arackaf/customize-cra/blob/master/api.md
addWebpackExternals(deps)
The ReactDom should be ReactDOM
Official definition
https://unpkg.com/[email protected]/umd/react-dom.development.js
Please reference global.ReactDOM
The text was updated successfully, but these errors were encountered: