react-dialogs-container
Advanced tools
Comparing version 1.5.4 to 1.5.5
@@ -42,3 +42,5 @@ import { useState, useContext, useEffect, useRef } from "react"; | ||
const pushTempDialog = (...args) => { | ||
closeFnsRef.current.push(pushDialog(...args)); | ||
const closeFn = pushDialog(...args); | ||
closeFnsRef.current.push(closeFn); | ||
return closeFn; | ||
}; | ||
@@ -45,0 +47,0 @@ |
{ | ||
"name": "react-dialogs-container", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"description": "Lightweight hooks ready dialogs management", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,5 +0,11 @@ | ||
# react-dialog-container | ||
# react-dialogs-container | ||
Library for manage dialogs inside application | ||
## Install | ||
``` | ||
npm i react-dialogs-container | ||
``` | ||
## Setup: | ||
@@ -6,0 +12,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6952
119
50