@fractalpay/fractalpay-next 0.1.0 → 0.1.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.
package/dist/index.js CHANGED
@@ -39,7 +39,7 @@ var require_package = __commonJS({
39
39
  "package.json"(exports, module) {
40
40
  module.exports = {
41
41
  name: "@fractalpay/fractalpay-next",
42
- version: "0.1.0",
42
+ version: "0.1.1",
43
43
  private: false,
44
44
  type: "module",
45
45
  scripts: {
@@ -3616,11 +3616,11 @@ var DataCapFields = ({
3616
3616
  };
3617
3617
  }, []);
3618
3618
  useEffect7(() => {
3619
- if (!isOpen) {
3619
+ return () => {
3620
3620
  datacapInitializing = false;
3621
3621
  datacapInitialized = false;
3622
- }
3623
- }, [isOpen]);
3622
+ };
3623
+ }, []);
3624
3624
  return (
3625
3625
  // <iframe
3626
3626
  // id={iframeId}