@panneau/app 3.0.228 → 3.0.229
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/es/index.js +1 -0
- package/package.json +2 -2
package/es/index.js
CHANGED
@@ -1512,6 +1512,7 @@ var Container = function Container(_ref) {
|
|
1512
1512
|
var _useMemoryRouter = useMemoryRouter(),
|
1513
1513
|
memoryLocationHook = _useMemoryRouter.hook,
|
1514
1514
|
memorySearchHook = _useMemoryRouter.searchHook;
|
1515
|
+
console.log('hello');
|
1515
1516
|
return /*#__PURE__*/React.createElement(Router, {
|
1516
1517
|
hook: isMemoryRouter ? memoryLocationHook : null,
|
1517
1518
|
searchHook: isMemoryRouter ? memorySearchHook : null,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/app",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.229",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"javascript"
|
@@ -116,5 +116,5 @@
|
|
116
116
|
"publishConfig": {
|
117
117
|
"access": "public"
|
118
118
|
},
|
119
|
-
"gitHead": "
|
119
|
+
"gitHead": "d8ae81569280082d884117320cc94c4cf945d2d9"
|
120
120
|
}
|