@pedidopago/ui 1.7.19-0 → 1.7.19-1

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.
@@ -19,7 +19,7 @@ function ReactPortal(props) {
19
19
  _useState2 = _slicedToArray(_useState, 2),
20
20
  wrapperElement = _useState2[0],
21
21
  setWrapperElement = _useState2[1];
22
- var wrapperId = props.wrapperId || (0, _react.useId)();
22
+ var wrapperId = props.wrapperId || Math.random().toString(36).substring(2, 9);
23
23
  (0, _react.useEffect)(function () {
24
24
  var element = document.getElementById(wrapperId);
25
25
  var systemCreated = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pedidopago/ui",
3
- "version": "1.7.19-0",
3
+ "version": "1.7.19-1",
4
4
  "description": "Quick build beatiful Pedido Pago apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",