@mjhls/mjh-framework 1.0.183 → 1.0.184
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.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React__default, { Component, useState, useEffect, useRef,
|
|
1
|
+
import React__default, { Component, useState, useEffect, useRef, createContext, createElement } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
import
|
|
3
|
+
import require$$1 from 'react-dom';
|
|
4
4
|
import Container from 'react-bootstrap/Container';
|
|
5
5
|
import Row from 'react-bootstrap/Row';
|
|
6
6
|
import Col from 'react-bootstrap/Col';
|
|
@@ -7177,7 +7177,7 @@ var InfiniteScroll = /** @class */ (function (_super) {
|
|
|
7177
7177
|
|
|
7178
7178
|
var visibilitySensor = createCommonjsModule(function (module, exports) {
|
|
7179
7179
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
7180
|
-
module.exports = factory(React__default,
|
|
7180
|
+
module.exports = factory(React__default, require$$1);
|
|
7181
7181
|
})(commonjsGlobal, function(__WEBPACK_EXTERNAL_MODULE__1__, __WEBPACK_EXTERNAL_MODULE__2__) {
|
|
7182
7182
|
return /******/ (function(modules) { // webpackBootstrap
|
|
7183
7183
|
/******/ // The module cache
|
|
@@ -8477,7 +8477,7 @@ var _react2 = _interopRequireDefault(React__default);
|
|
|
8477
8477
|
|
|
8478
8478
|
|
|
8479
8479
|
|
|
8480
|
-
var _reactDom2 = _interopRequireDefault(
|
|
8480
|
+
var _reactDom2 = _interopRequireDefault(require$$1);
|
|
8481
8481
|
|
|
8482
8482
|
|
|
8483
8483
|
|
|
@@ -17179,7 +17179,7 @@ var AD = function AD(_ref) {
|
|
|
17179
17179
|
adUnit: adUnit,
|
|
17180
17180
|
sizeMapping: sizeMapping,
|
|
17181
17181
|
onSlotRender: function onSlotRender(eventData) {
|
|
17182
|
-
setAdRendered(true)
|
|
17182
|
+
//setAdRendered(true)
|
|
17183
17183
|
},
|
|
17184
17184
|
onSlotVisibilityChanged: handleVisibilityChange
|
|
17185
17185
|
})
|