@mgarlik/datastore 0.1.4 → 0.1.5

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.cjs CHANGED
@@ -1531,13 +1531,7 @@ var DataStoreProvider = (0, import_react.forwardRef)(
1531
1531
  [documents, providers, setDocuments, setProviders, setCounterDocuments, persistDocument, removePersistedDocument, persistenceStorage]
1532
1532
  );
1533
1533
  const updateDataStore = (0, import_react.useCallback)(
1534
- async ({
1535
- id,
1536
- documentId,
1537
- params,
1538
- variant,
1539
- data
1540
- }) => {
1534
+ async ({ id, documentId, params, variant, data }) => {
1541
1535
  if (!providers[id]) {
1542
1536
  systemLog("dsp", "[updateDataStore] Provider neexistuje:", id);
1543
1537
  return;