Skip to content

Commit

Permalink
0.0.530
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 16, 2024
1 parent eead2be commit 0d357ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions imports/files.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useDeep } from './client.js';
import { Id } from './minilinks.js';
import React from 'react';
import { useDropzone } from 'react-dropzone';
import * as dz from 'react-dropzone';

export const Files = React.memo(function Files({
Component = 'div',
Expand Down Expand Up @@ -110,7 +110,7 @@ export function useFiles({
onInsert && onInsert(result?.data?.[0]?.id, files, a, event);
}
};
const dropzone = useDropzone({
const dropzone = dz.useDropzone({
onDrop,
...props,
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/deeplinks",
"version": "0.0.529",
"version": "0.0.530",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit 0d357ec

Please sign in to comment.