Skip to content

Commit 931b74d

Browse files
Merge pull request #102 from oslabs-beta/SA/bundle-bug-fix
fix console error with bundle
2 parents 3581b48 + de97079 commit 931b74d

File tree

4 files changed

+399
-284
lines changed

4 files changed

+399
-284
lines changed

dist/dist/bundle.js

Lines changed: 76 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dist/bundle.js.LICENSE.txt

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
/*! js-cookie v3.0.1 | MIT */
2+
3+
/**
4+
* @license React
5+
* react-dom.production.min.js
6+
*
7+
* Copyright (c) Facebook, Inc. and its affiliates.
8+
*
9+
* This source code is licensed under the MIT license found in the
10+
* LICENSE file in the root directory of this source tree.
11+
*/
12+
13+
/**
14+
* @license React
15+
* react-is.production.min.js
16+
*
17+
* Copyright (c) Facebook, Inc. and its affiliates.
18+
*
19+
* This source code is licensed under the MIT license found in the
20+
* LICENSE file in the root directory of this source tree.
21+
*/
22+
23+
/**
24+
* @license React
25+
* react-jsx-runtime.production.min.js
26+
*
27+
* Copyright (c) Facebook, Inc. and its affiliates.
28+
*
29+
* This source code is licensed under the MIT license found in the
30+
* LICENSE file in the root directory of this source tree.
31+
*/
32+
33+
/**
34+
* @license React
35+
* react.production.min.js
36+
*
37+
* Copyright (c) Facebook, Inc. and its affiliates.
38+
*
39+
* This source code is licensed under the MIT license found in the
40+
* LICENSE file in the root directory of this source tree.
41+
*/
42+
43+
/**
44+
* @license React
45+
* scheduler.production.min.js
46+
*
47+
* Copyright (c) Facebook, Inc. and its affiliates.
48+
*
49+
* This source code is licensed under the MIT license found in the
50+
* LICENSE file in the root directory of this source tree.
51+
*/
52+
53+
/**
54+
* @license React
55+
* use-sync-external-store-shim.production.min.js
56+
*
57+
* Copyright (c) Facebook, Inc. and its affiliates.
58+
*
59+
* This source code is licensed under the MIT license found in the
60+
* LICENSE file in the root directory of this source tree.
61+
*/
62+
63+
/**
64+
* @license React
65+
* use-sync-external-store-shim/with-selector.production.min.js
66+
*
67+
* Copyright (c) Facebook, Inc. and its affiliates.
68+
*
69+
* This source code is licensed under the MIT license found in the
70+
* LICENSE file in the root directory of this source tree.
71+
*/
72+
73+
/**
74+
* @remix-run/router v1.0.1
75+
*
76+
* Copyright (c) Remix Software Inc.
77+
*
78+
* This source code is licensed under the MIT license found in the
79+
* LICENSE.md file in the root directory of this source tree.
80+
*
81+
* @license MIT
82+
*/
83+
84+
/**
85+
* React Router DOM v6.4.1
86+
*
87+
* Copyright (c) Remix Software Inc.
88+
*
89+
* This source code is licensed under the MIT license found in the
90+
* LICENSE.md file in the root directory of this source tree.
91+
*
92+
* @license MIT
93+
*/
94+
95+
/**
96+
* React Router v6.4.1
97+
*
98+
* Copyright (c) Remix Software Inc.
99+
*
100+
* This source code is licensed under the MIT license found in the
101+
* LICENSE.md file in the root directory of this source tree.
102+
*
103+
* @license MIT
104+
*/
105+
106+
/** @license MUI v5.10.6
107+
*
108+
* This source code is licensed under the MIT license found in the
109+
* LICENSE file in the root directory of this source tree.
110+
*/
111+
112+
/** @license React v16.13.1
113+
* react-is.production.min.js
114+
*
115+
* Copyright (c) Facebook, Inc. and its affiliates.
116+
*
117+
* This source code is licensed under the MIT license found in the
118+
* LICENSE file in the root directory of this source tree.
119+
*/

0 commit comments

Comments
 (0)