material-ui-confirm
Advanced tools
Comparing version 3.0.14 to 3.0.15
@@ -142,3 +142,8 @@ 'use strict'; | ||
var ConfirmContext = /*#__PURE__*/React.createContext(); | ||
var ConfirmContext = /*#__PURE__*/React.createContext({ | ||
confirmBase: function confirmBase() { | ||
throw new Error("Missing ConfirmProvider"); | ||
}, | ||
closeOnParentUnmount: function closeOnParentUnmount() {} | ||
}); | ||
@@ -145,0 +150,0 @@ var ConfirmationDialog = function ConfirmationDialog(_ref) { |
@@ -125,3 +125,8 @@ import React, { createContext, useState, useCallback, Fragment, useContext, useEffect, useMemo } from 'react'; | ||
var ConfirmContext = /*#__PURE__*/createContext(); | ||
var ConfirmContext = /*#__PURE__*/createContext({ | ||
confirmBase: function confirmBase() { | ||
throw new Error("Missing ConfirmProvider"); | ||
}, | ||
closeOnParentUnmount: function closeOnParentUnmount() {} | ||
}); | ||
@@ -128,0 +133,0 @@ var ConfirmationDialog = function ConfirmationDialog(_ref) { |
{ | ||
"name": "material-ui-confirm", | ||
"version": "3.0.14", | ||
"version": "3.0.15", | ||
"description": "Simple confirmation dialogs built on top of @mui/material", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
45228
738