ywana-core8 0.0.494 → 0.0.495
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/site/site.js +1 -1
package/dist/index.modern.js
CHANGED
@@ -3121,7 +3121,7 @@ var SiteProvider = function SiteProvider(_ref) {
|
|
3121
3121
|
info = _useState5[0],
|
3122
3122
|
setInfo = _useState5[1];
|
3123
3123
|
|
3124
|
-
var _useState6 = useState(
|
3124
|
+
var _useState6 = useState(false),
|
3125
3125
|
showConsole = _useState6[0],
|
3126
3126
|
setShowConsole = _useState6[1];
|
3127
3127
|
|