@nccirtu/tablefy 0.7.1 → 0.7.2
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.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1766,7 +1766,6 @@ function ConfirmProvider({ children }) {
|
|
|
1766
1766
|
const currentRequest = queue[0];
|
|
1767
1767
|
useEffect(() => {
|
|
1768
1768
|
registerConfirm(async (options) => {
|
|
1769
|
-
console.log("ConfirmProvider received options:", options);
|
|
1770
1769
|
return new Promise((resolve) => {
|
|
1771
1770
|
setQueue((q) => [...q, { options, resolve }]);
|
|
1772
1771
|
});
|