@teamix/pro 1.2.6 → 1.2.7
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/pro.js +4 -1
- package/dist/pro.min.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/pro.js
CHANGED
@@ -56848,6 +56848,9 @@ var ProPageContainerFixedFooter = function ProPageContainerFixedFooter(props) {
|
|
56848
56848
|
var children = props.children;
|
56849
56849
|
react__WEBPACK_IMPORTED_MODULE_0___default().useEffect(function () {
|
56850
56850
|
registerFixedFooter && registerFixedFooter(children);
|
56851
|
+
return function () {
|
56852
|
+
registerFixedFooter(null);
|
56853
|
+
};
|
56851
56854
|
}, [children]);
|
56852
56855
|
|
56853
56856
|
if (!registerFixedFooter) {
|
@@ -62063,7 +62066,7 @@ _teamix_icon__WEBPACK_IMPORTED_MODULE_12__/* ["default"].setConfig */ .Z.setConf
|
|
62063
62066
|
|
62064
62067
|
|
62065
62068
|
|
62066
|
-
var version = '1.2.
|
62069
|
+
var version = '1.2.6';
|
62067
62070
|
|
62068
62071
|
|
62069
62072
|
/***/ }),
|