Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

react.shared-subset.development.js 501B

1234567891011121314151617181920
  1. /**
  2. * @license React
  3. * react.shared-subset.development.js
  4. *
  5. * Copyright (c) Facebook, Inc. and its affiliates.
  6. *
  7. * This source code is licensed under the MIT license found in the
  8. * LICENSE file in the root directory of this source tree.
  9. */
  10. 'use strict';
  11. if (process.env.NODE_ENV !== "production") {
  12. (function() {
  13. 'use strict';
  14. // eslint-disable-next-line react-internal/prod-error-codes
  15. throw new Error('This entry point is not yet supported outside of experimental channels');
  16. })();
  17. }