|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
501 bytes
|
| Line | |
|---|
| 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 |
|
|---|
| 11 | 'use strict';
|
|---|
| 12 |
|
|---|
| 13 | if (process.env.NODE_ENV !== "production") {
|
|---|
| 14 | (function() {
|
|---|
| 15 | 'use strict';
|
|---|
| 16 |
|
|---|
| 17 | // eslint-disable-next-line react-internal/prod-error-codes
|
|---|
| 18 | throw new Error('This entry point is not yet supported outside of experimental channels');
|
|---|
| 19 | })();
|
|---|
| 20 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.